-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
# Releasing Pipenv | ||
The following steps are to be done when making a new release: | ||
|
||
1.) Update the version number in __version__.py | ||
2.) Run invoke release.generate-changelog | ||
3.) Commit and push this to main | ||
4.) Tag the main branch with v2022.6.28 assuming we did it today | ||
5.) Push tag and verify pypi build works and happens | ||
6.) Edit the release notes in github and click auto-generate the release notes button. | ||
7.) Celebrate (edited) | ||
To create a new release: | ||
|
||
``` | ||
pipenv run invoke release.release | ||
``` |