Skip to content

Commit fdc47d4

Browse files
committed
Add --clean to README.
1 parent 347e85d commit fdc47d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ nox
113113
* Creates `changelogs/fragments/<version>.yml` with a `release_summary` section.
114114
* Runs `antsibull-changelog release` and adds the changed files to git.
115115
* Commits with message `Release <version>.` and runs `git tag -a -m 'antsibull-docs <version>' <version>`.
116-
* Runs `hatch build`.
116+
* Runs `hatch build --clean`.
117117
2. Run `git push` to the appropriate remotes.
118118
3. Once CI passes on GitHub, run `nox -e publish`. This:
119119
* Runs `hatch publish`;

0 commit comments

Comments
 (0)