Skip to content

Commit

Permalink
Better sentence structure
Browse files Browse the repository at this point in the history
Co-authored-by: Robert <[email protected]>
  • Loading branch information
chrysle and Gitznik authored May 16, 2024
1 parent a48b1fc commit aee2f52
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,11 @@ nox -s watch_docs
## Releasing New `pipx` Versions
To release a new version, manually run the `bump-changelog` action under the *"Actions"* tab, passing it the version to
be released. This will create a pull request updating the changelog for the upcoming version, with the `release-version` label. Attaching this label to any pull request of which the title follows the format `<Version>: Description` and merging it will trigger GitHub workflows that publish:
To release a new version, manually run the `bump-changelog` action under the *"Actions"* tab, passing it the version to be released. This will create a pull request updating the changelog for the upcoming version, with the `release-version` label. Merging this PR will automatically trigger the release workflows.
Attaching this label to any pull request of which the title follows the format `<Version>: Description` and merging it will trigger the release workflows as well.
The release workflow consists of publishing:
- the pipx version to PyPI,
- the documentation to ReadTheDocs,
Expand Down

0 comments on commit aee2f52

Please sign in to comment.