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 747ef0f commit 6e46dcaCopy full SHA for 6e46dca
scripts/go-release-automation.sh
@@ -97,11 +97,11 @@ run_release_script() {
97
# Prepare for commit
98
echo "creating a branch..."
99
100
-# git checkout -b "golang-release-staging-branch/$RELEASE_DIR_NAME/${VERSION}"
101
-# git add *
+ git checkout -b "golang-release-staging-branch/$RELEASE_DIR_NAME/${VERSION}"
+ git add *
102
103
-# git commit -m "Release $RELEASE_DIR_NAME Go module ${VERSION}"
104
-# git push origin "golang-release-staging-branch/$RELEASE_DIR_NAME/${VERSION}"
+ git commit -m "Release $RELEASE_DIR_NAME Go module ${VERSION}"
+ git push origin "golang-release-staging-branch/$RELEASE_DIR_NAME/${VERSION}"
105
}
106
107
"$@"
0 commit comments