Skip to content

Commit 46bc4ef

Browse files
committed
docs: update RELEASING.md
1 parent afde9b4 commit 46bc4ef

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Diff for: RELEASING.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# Releasing Pipenv
2-
The following steps are to be done when making a new release:
32

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)
3+
To create a new release:
4+
5+
```
6+
pipenv run invoke release.release
7+
```

0 commit comments

Comments
 (0)