Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/3049#discussion_r97540513
--- Diff: tools/create_release_files.sh ---
@@ -117,10 +184,13 @@ make_source_release() {
perl -pi -e "s#^version_short: .*#version_short: ${NEW_VERSION}#"
_config.yml
cd ..
- git commit --author="$GIT_AUTHOR" -am "Commit for release
$RELEASE_VERSION"
- git remote add asf_push
https://[email protected]/repos/asf/flink.git
- RELEASE_HASH=`git rev-parse HEAD`
- echo "Echo created release hash $RELEASE_HASH"
+ # local dist have no need to commit to remote
+ if [ ! IS_LOCAL_DIST ]; then
--- End diff --
(Note to myself: This doesn't work)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---