Skip to content

Commit

Permalink
Add change
Browse files Browse the repository at this point in the history
  • Loading branch information
b-boogaard committed Nov 22, 2024
1 parent 8d12253 commit 5c8119b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Release Process
.

- Run `nox -s make_release_commit -- X.Y.Z` where `X.Y.Z` is the version you're releasing
- Copy the main usage string (from `b2 --help`) to `README.md`. Handy command for consistent format: `COLUMNS=4000 b2 --help | awk '/^usages:/ {p=1; next} p {sub(/^ */, "", $0); print}'`
Expand Down

0 comments on commit 5c8119b

Please sign in to comment.