Skip to content

Commit

Permalink
Merge pull request #524 from ccordoba12/improve-release-instructions
Browse files Browse the repository at this point in the history
PR: Improve release instructions for the new backporting workflow
  • Loading branch information
ccordoba12 authored Dec 4, 2024
2 parents 07f24b6 + 3833172 commit d7e4319
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 d7e4319

Please sign in to comment.