We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb1910 commit 8916fffCopy full SHA for 8916fff
tool/release_helper.sh
@@ -28,6 +28,7 @@ RELEASE_BRANCH="clean_release_$(date +%s)"
28
NEXT_BRANCH="next_version_$(date +%s)"
29
30
git checkout -b $RELEASE_BRANCH;
31
+exit
32
COMMIT_MESSAGE=$(dart tool/update_version.dart auto -d -t release)
33
dart tool/update_version.dart auto -t release
34
dart tool/bin/repo_tool.dart generate-changelog
0 commit comments