We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbf480d + 8d4516e commit 94f34b9Copy full SHA for 94f34b9
content/contributing/release.md
@@ -15,7 +15,7 @@ checklist.
15
6. Remove the ".dev" suffix from the version in `pyproject.toml`.
16
7. Commit `git commit -am 'release version A.B.C'` and create a PR.
17
8. Tag `git tag -am 'release version A.B.C' A.B.C` and push
18
- `git push origin A.B.C`.
+ `git push upstream A.B.C`.
19
9. Watch the tests pass and build jobs begin.
20
10. Edit the generated draft release page with our standard message template.
21
11. Approve the upload job.
0 commit comments