mirror of https://github.com/buildinspace/peru.git
862 B
862 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 sdist
twine upload dist/*
- Full instructions here: https://packaging.python.org/tutorials/packaging-projects
- Bump the AUR package.
git clone ssh+git://aur@aur.archlinux.org/peru
- 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.
- Poke Sean to update the Ubuntu PPA :)