Skip to content

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Sep 21, 2020
1 parent 2db33cc commit 53d1dd9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
To release a new version of qtawesome on PyPI:

* Close Zenhub milestone

* git fetch upstream && git merge upstream/master

* git clean -xfdi

* Update Changelog with
* Update CHANGELOG.md with

loghub spyder-ide/qtawesome -zr "qtawesome vX.X.X"
loghub spyder-ide/qtawesome -m vX.X.X

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

* git add and git commit with "Release x.x.x"
* git add and git commit -m"Release x.x.x"

* Update the most important release packages with

Expand Down

0 comments on commit 53d1dd9

Please sign in to comment.