We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afde9b4 commit 46bc4efCopy full SHA for 46bc4ef
RELEASING.md
@@ -1,10 +1,7 @@
1
# Releasing Pipenv
2
-The following steps are to be done when making a new release:
3
4
-1.) Update the version number in __version__.py
5
-2.) Run invoke release.generate-changelog
6
-3.) Commit and push this to main
7
-4.) Tag the main branch with v2022.6.28 assuming we did it today
8
-5.) Push tag and verify pypi build works and happens
9
-6.) Edit the release notes in github and click auto-generate the release notes button.
10
-7.) Celebrate (edited)
+To create a new release:
+
+```
+pipenv run invoke release.release
0 commit comments