Skip to content

Commit 94f34b9

Browse files
authored
Merge pull request #10 from Rowlando13/patch-1
Fix release so push tag to upstream
2 parents dbf480d + 8d4516e commit 94f34b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/contributing/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ checklist.
1515
6. Remove the ".dev" suffix from the version in `pyproject.toml`.
1616
7. Commit `git commit -am 'release version A.B.C'` and create a PR.
1717
8. Tag `git tag -am 'release version A.B.C' A.B.C` and push
18-
`git push origin A.B.C`.
18+
`git push upstream A.B.C`.
1919
9. Watch the tests pass and build jobs begin.
2020
10. Edit the generated draft release page with our standard message template.
2121
11. Approve the upload job.

0 commit comments

Comments
 (0)