Skip to content

Commit

Permalink
Merge from 0.x: PR #154
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Sep 21, 2020
2 parents fe53c2c + 444ef3a commit 48cfbea
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 48cfbea

Please sign in to comment.