update the release instructions

This commit is contained in:
Jack O'Connor 2018-12-22 12:45:30 -06:00
parent 0596b8278b
commit 76e4012c6c
1 changed files with 6 additions and 4 deletions

View File

@ -8,9 +8,11 @@ Notes to self about making a release:
6. `twine upload dist/*` 6. `twine upload dist/*`
- Full instructions here: https://packaging.python.org/tutorials/packaging-projects - Full instructions here: https://packaging.python.org/tutorials/packaging-projects
7. Bump the AUR package. 7. Bump the AUR package.
- `git clone ssh+git://aur@aur.archlinux.org/peru-git`
- Probably don't touch this one if it's just a version bump.
- `makepkg -d && mksrcinfo`
- Commit and push.
- `git clone ssh+git://aur@aur.archlinux.org/peru` - `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.
8. Poke Sean to update the Ubuntu PPA :) 8. Poke Sean to update the Ubuntu PPA :)