diff options
Diffstat (limited to 'docs/release_checklist.wiki')
-rw-r--r-- | docs/release_checklist.wiki | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/release_checklist.wiki b/docs/release_checklist.wiki index e766d6f8..5db34329 100644 --- a/docs/release_checklist.wiki +++ b/docs/release_checklist.wiki @@ -1,4 +1,5 @@ = Bitmask Release Checklist (*) = + * [ ] Check that all tests are passing! * [ ] Tag everything * Should be done for the following packages, in order: 1. leap.common @@ -24,10 +25,13 @@ * [ ] git push origin X.Y.Z * [ ] git checkout master && git pull origin master && git merge release-X.Y.Z && git push origin master * [ ] git checkout develop && git pull origin develop && git merge release-X.Y.Z && git push origin develop - * [ ] Build bundles + * [ ] Build and upload bundles * [ ] Use the scripts under pkg/<os>/ to build the the bundles. * [ ] Sign them with gpg -a <path/to/bundle> * [ ] Upload bundle and signature to web-uploads@salmon.leap.se:~/public/client/<os>/ + * [ ] Update symbolic link for latest upload and signature: + * [ ] ~/public/client/<os>latest-<ver> + * [ ] ~/public/client/<os>latest-<ver>.asc * [ ] Announce * [ ] Mail leap@lists.riseup.net |