Skip to content

Commit

Permalink
clarification on cli changes in update_changelog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaim committed Jan 8, 2025
1 parent 9aaca36 commit 867d521
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions update_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

# Steps:

# 1. Run this script to update the root `CHANGELOG.md` file by giving the date of
# 1. Run this script to update the root `CHANGELOG.md` file by providing the date of
# the last release as input (cf. last date shown at the top of the file for reference)
# or any other starting date that may be relevant for the release,
# and the release version to be made.
# and the release version name to be made.
# You can provide these input interactively or through the cli (use `--help`).

# 2. If you are happy with the changes, run `releaser.py` to update the versions and
# corresponding nested `CHANGELOG.md` files.
Expand Down

0 comments on commit 867d521

Please sign in to comment.