Skip to content

Commit 9c72682

Browse files
committed
Add more informative release info
1 parent ec12aae commit 9c72682

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

noxfile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,11 @@ def make_release_commit(session):
252252
f'CHANGELOG updated, changes ready to commit and push\n'
253253
f' git remote add upstream {UPSTREAM_REPO_URL!r} 2>/dev/null || git remote get-url upstream\n'
254254
f' git commit -m "release {version}"\n'
255+
f' git push upstream {current_branch}\n'
256+
f'Wait for a CI workflow to complete successfully, before triggering CD by pushing a tag.\n'
255257
f' git tag v{version}\n'
256258
f' git push upstream v{version}\n'
257-
f' git push upstream {current_branch}'
259+
f'Wait for a CD workflow to complete successfully, indicates the release is done.'
258260
)
259261

260262

0 commit comments

Comments
 (0)