Skip to content

Commit

Permalink
slightly better example link (#2617)
Browse files Browse the repository at this point in the history
Since we also need to update two places in the docs
  • Loading branch information
JelleZijlstra committed Dec 1, 2021
1 parent f1813e3 commit 8485191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ explain what everything does and how to release _Black_ using said automation.
To cut a release, you must be a _Black_ maintainer with `GitHub Release` creation
access. Using this access, the release process is:

1. Cut a new PR editing `CHANGES.md` to version the latest changes
1. Example PR: https://github.com/psf/black/pull/2192
1. Cut a new PR editing `CHANGES.md` and the docs to version the latest changes
1. Example PR: [#2616](https://github.com/psf/black/pull/2616)
2. Example title: `Update CHANGES.md for XX.X release`
2. Once the release PR is merged ensure all CI passes
1. If not, ensure there is an Issue open for the cause of failing CI (generally we'd
Expand Down

0 comments on commit 8485191

Please sign in to comment.