Skip to content

Commit 811fd0d

Browse files
authored
Technical/Refactor release script (#69)
1 parent 2387767 commit 811fd0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ release_to_github() {
5757
}
5858

5959
update_develop_branch() {
60-
echo "Updating develop branch with new release tag"
60+
echo "Updating develop branch with new release tag..."
6161
git checkout develop
6262
git merge "$release_candidate_tag" --ff --no-edit
6363
git push origin develop

0 commit comments

Comments
 (0)