Skip to content

Commit

Permalink
Fix filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Mar 17, 2024
1 parent 7bedbba commit 319e815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To run specific tests:
## Releasing a new version

1. Run `nox -e bump -- <version> <release_summary_message>`. This:
* Bumps the package version in `pyproject.toml`.
* Bumps the package version in `src/antsibull_docs_parser/__init__.py`.
* Creates `changelogs/fragments/<version>.yml` with a `release_summary` section.
* Runs `antsibull-changelog release` and adds the changed files to git.
* Commits with message `Release <version>.` and runs `git tag -a -m 'antsibull-docs-parser <version>' <version>`.
Expand Down

0 comments on commit 319e815

Please sign in to comment.