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 2387767 commit 811fd0dCopy full SHA for 811fd0d
1 file changed
.circleci/scripts/release.sh
@@ -57,7 +57,7 @@ release_to_github() {
57
}
58
59
update_develop_branch() {
60
- echo "Updating develop branch with new release tag"
+ echo "Updating develop branch with new release tag..."
61
git checkout develop
62
git merge "$release_candidate_tag" --ff --no-edit
63
git push origin develop
0 commit comments