Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Update RELEASE.md #154

Merged
merged 2 commits into from
Sep 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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