Skip to content

Commit

Permalink
Add more informative release info.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlech-reef committed Dec 31, 2024
1 parent ec12aae commit 7f1df77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,11 @@ def make_release_commit(session):
f'CHANGELOG updated, changes ready to commit and push\n'
f' git remote add upstream {UPSTREAM_REPO_URL!r} 2>/dev/null || git remote get-url upstream\n'
f' git commit -m "release {version}"\n'
f' git push upstream {current_branch}\n'
f'Wait for a CI workflow to complete successfully, before triggering CD by pushing a tag.\n'
f' git tag v{version}\n'
f' git push upstream v{version}\n'
f' git push upstream {current_branch}'
f'Wait for a CD workflow to complete successfully, indicates the release is done.'
)


Expand Down

0 comments on commit 7f1df77

Please sign in to comment.