From aee2f5281c1913aad18b8331fe0aff7c073f70ce Mon Sep 17 00:00:00 2001 From: chrysle <96722107+chrysle@users.noreply.github.com> Date: Thu, 16 May 2024 13:00:19 +0200 Subject: [PATCH] Better sentence structure Co-authored-by: Robert <49005401+Gitznik@users.noreply.github.com> --- CONTRIBUTING.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7200e20dc2..add879ed9a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 `: 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 `: 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,