Skip to content

Commit c209618

Browse files
authored
Merge pull request #531 from Backblaze/release-info
Add more informative release info
2 parents c25ae8e + 9c72682 commit c209618

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
@@ -262,9 +262,11 @@ def make_release_commit(session):
262262
f'CHANGELOG updated, changes ready to commit and push\n'
263263
f' git remote add upstream {UPSTREAM_REPO_URL!r} 2>/dev/null || git remote get-url upstream\n'
264264
f' git commit -m "release {version}"\n'
265+
f' git push upstream {current_branch}\n'
266+
f'Wait for a CI workflow to complete successfully, before triggering CD by pushing a tag.\n'
265267
f' git tag v{version}\n'
266268
f' git push upstream v{version}\n'
267-
f' git push upstream {current_branch}'
269+
f'Wait for a CD workflow to complete successfully, indicates the release is done.'
268270
)
269271

270272

0 commit comments

Comments
 (0)