diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-09 11:23:02 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-09 12:33:56 -0300 |
commit | 3d7ceef972571dc898448e572dd70bf77cd91b8e (patch) | |
tree | 45da90324d7a3ffec72e22589ebe3e194702d9b1 /docs | |
parent | b90f6525b13657b6ed845c56d1b8f6a101ce8e33 (diff) |
Update release doc, remove exec bits. Closes #3617
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release_checklist.wiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release_checklist.wiki b/docs/release_checklist.wiki index e6467048..273804c7 100644 --- a/docs/release_checklist.wiki +++ b/docs/release_checklist.wiki @@ -27,7 +27,7 @@ * [ ] git checkout develop && git pull origin develop && git merge release-X.Y.Z && git push origin develop * [ ] Build and upload bundles * [ ] Use the scripts under pkg/<os>/ to build the the bundles. - * [ ] Sign them with gpg -a <path/to/bundle> + * [ ] Sign them with gpg -a --sign --detach-sign <path/to/bundle> * [ ] Upload bundle and signature to web-uploads@salmon.leap.se:~/public/client/<os>/Bitmask-<os>-<ver>.(tar.bz2,dmg,zip) * [ ] Update symbolic link for latest upload and signature: * [ ] ~/public/client/Bitmask-<os>-latest |