Skip to content

Commit

Permalink
Improve release instructions for the new backporting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Dec 4, 2024
1 parent 07f24b6 commit 3833172
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ To release a new version of spyder-kernels on PyPI:

* git fetch upstream && get merge upstream/3.x

* git clean -xfdi

* Update CHANGELOG.md with `loghub spyder-ide/spyder-kernels -m vX.X.X`

* git clean -xfdi

* Update `_version.py` (set release version, remove 'dev0')

* git add . && git commit -m 'Release X.X.X'
Expand All @@ -24,16 +24,10 @@ To release a new version of spyder-kernels on PyPI:

* git tag -a vX.X.X -m 'Release X.X.X'

* Update `_version.py` (add 'dev0' and increment minor)
* Update `_version.py` (add 'dev0' and increment patch)

* git add . && git commit -m 'Back to work'

* git checkout master

* git merge 3.x

* git push upstream master

* git push upstream 3.x

* git push upstream --tags

0 comments on commit 3833172

Please sign in to comment.