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.
1 parent 8c34457 commit 75d057dCopy full SHA for 75d057d
RELEASING.md
@@ -0,0 +1,11 @@
1
+# Making a Release of pytest-mpl
2
+
3
+To make a new release of pytest-mpl follow the following steps:
4
5
+* Update the chanelog with the date of the release, and ensure that all relevant PRs have changelog entries.
6
+* Push the chanelog to master (via a PR)
7
+* Ensure the sdist and wheel GitHub Actions jobs succeeded on master after the merge of the changelog.
8
+* Tag the new release, using the format `vX.Y.X`.
9
+* Push the tag with `git push upstream master --follow-tags`
10
+* Watch as GitHub actions builds the sdist and universal wheel and pushes them to PyPI for you.
11
+* Enjoy the beverage of your choosing 🍻.
0 commit comments