Skip to content

Commit 543eb2a

Browse files
authored
Merge pull request #1064 from Backblaze/release-info
Add more informative release info
2 parents 00c6cc9 + 2c85787 commit 543eb2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

noxfile.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -688,9 +688,11 @@ def make_release_commit(session):
688688
f'CHANGELOG updated, changes ready to commit and push\n'
689689
f' git remote add upstream {UPSTREAM_REPO_URL!r} 2>/dev/null || git remote get-url upstream\n'
690690
f' git commit -m "release {version}"\n'
691+
f' git push upstream {current_branch}\n'
692+
f'Wait for a CI workflow to complete successfully, before triggering CD by pushing a tag.\n'
691693
f' git tag v{version}\n'
692694
f' git push upstream v{version}\n'
693-
f' git push upstream {current_branch}'
695+
f'Wait for a CD workflow to complete successfully, indicates the release is done.'
694696
)
695697

696698

0 commit comments

Comments
 (0)