From 76e4012c6c34e85fb53a4c6d85f4ac3633d93f77 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Sat, 22 Dec 2018 12:45:30 -0600 Subject: [PATCH] update the release instructions --- docs/release.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/release.md b/docs/release.md index 761575e..4bfa6a2 100644 --- a/docs/release.md +++ b/docs/release.md @@ -8,9 +8,11 @@ Notes to self about making a release: 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-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` + - 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 :)