-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version, update readme and changelog
- Loading branch information
Showing
4 changed files
with
47 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Release instructions | ||
==================== | ||
|
||
* Update the version number in `setup.py` | ||
* Update the `CHANGELOG.md` with the release notes & date | ||
* Tag a release | ||
* Push master & tag to GitHub | ||
|
||
Publishing to PyPI | ||
------------------ | ||
|
||
* `make dist` to create source and wheel distributions | ||
* `make publish` to push them to PyPI | ||
|
||
Publishing to Debian repo | ||
------------------------- | ||
|
||
Publishing deb packages is done via [ihabunek/packages](https://github.com/ihabunek/packages) | ||
|
||
* `make deb` to create the debian package | ||
* copy deb file to packages project directory | ||
* in packages project directory: | ||
* `make` to build the repo files | ||
* `make publish` to send them to the server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters