peru/docs/release.md

19 lines
862 B
Markdown
Raw Normal View History

2015-12-03 06:34:08 +00:00
Notes to self about making a release:
1. Make a commit bumping peru/VERSION. Note changes in the commit message.
2. Make a tag pointing to that commit named after the new version.
3. `git push && git push --tags`
4. Copy the commit message to https://groups.google.com/forum/#!forum/peru-tool.
2018-07-19 05:27:35 +00:00
5. `python3 setup.py sdist`
6. `twine upload dist/*`
- Full instructions here: https://packaging.python.org/tutorials/packaging-projects
7. Bump the AUR package.
- `git clone ssh+git://aur@aur.archlinux.org/peru`
2018-12-22 18:45:30 +00:00
- Update the pkgver and pkgrel.
- Update the package hash with the help of `makepkg -g`.
- `makepkg -d && makepkg --printsrcinfo > .SRCINFO`
- Commit and push.
- `git clone ssh+git://aur@aur.archlinux.org/peru-git`
- Same procedure, but leave this one alone if it's just a version bump.
2018-07-19 05:27:35 +00:00
8. Poke Sean to update the Ubuntu PPA :)