mirror of https://github.com/buildinspace/peru.git
513 B
513 B
Notes to self about making a release:
- Make a commit bumping peru/VERSION. Note changes in the commit message.
- Make a tag pointing to that commit named after the new version.
git push && git push --tags
- Copy the commit message to https://groups.google.com/forum/#!forum/peru-tool.
python3 setup.py register sdist upload
- Bump the AUR package.
git clone ssh+git://aur@aur.archlinux.org/peru-git
makepkg -d && mksrcinfo
- Commit and push.
- Poke Sean to update the Ubuntu PPA :)