From 46bc4ef3b482f1a4fbffee14056780c9c9a8133a Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Wed, 22 Jan 2025 21:37:43 +0100 Subject: [PATCH] docs: update RELEASING.md --- RELEASING.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 8d8d0516b8..e5e1ac591d 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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 +```