Skip to content

Commit

Permalink
Fix instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Mar 17, 2024
1 parent 1ad7374 commit 8acd052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -96,7 +96,7 @@ nox
## Creating a new release:

1. Run `nox -e bump -- <version> <release_summary_message>`. This:
* Bumps the package version in `pyproject.toml`.
* Bumps the package version in `src/antsibull/__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 <version>' <version>`.
Expand Down

0 comments on commit 8acd052

Please sign in to comment.