From 319e815c270143811ea7c3486636d077ae52b3cb Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 17 Mar 2024 22:38:36 +0100 Subject: [PATCH] Fix filename. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb933b0..d38528d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To run specific tests: ## Releasing a new version 1. Run `nox -e bump -- `. This: - * Bumps the package version in `pyproject.toml`. + * Bumps the package version in `src/antsibull_docs_parser/__init__.py`. * Creates `changelogs/fragments/.yml` with a `release_summary` section. * Runs `antsibull-changelog release` and adds the changed files to git. * Commits with message `Release .` and runs `git tag -a -m 'antsibull-docs-parser ' `.