Skip to content

Commit

Permalink
Merge pull request #531 from Backblaze/release-info
Browse files Browse the repository at this point in the history
Add more informative release info
  • Loading branch information
mlech-reef authored Jan 7, 2025
2 parents c25ae8e + 9c72682 commit c209618
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 @@ -262,9 +262,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 c209618

Please sign in to comment.