summaryrefslogtreecommitdiff
path: root/docs/checklist_for_leap_client_release.wiki
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-02-15 09:31:51 +0900
committerkali <kali@leap.se>2013-02-15 09:31:51 +0900
commit9cea9c8a34343f8792d65b96f93ae22bd8685878 (patch)
tree9f512367b1d47ced5614702a00f3ff0a8fe746d7 /docs/checklist_for_leap_client_release.wiki
parent7159734ec6c0b76fc7f3737134cd22fdaaaa7d58 (diff)
parent1032e07a50c8bb265ff9bd31b3bb00e83ddb451e (diff)
Merge branch 'release/v0.2.0'
Conflicts: README.txt
Diffstat (limited to 'docs/checklist_for_leap_client_release.wiki')
-rw-r--r--docs/checklist_for_leap_client_release.wiki48
1 files changed, 48 insertions, 0 deletions
diff --git a/docs/checklist_for_leap_client_release.wiki b/docs/checklist_for_leap_client_release.wiki
new file mode 100644
index 00000000..c61b258c
--- /dev/null
+++ b/docs/checklist_for_leap_client_release.wiki
@@ -0,0 +1,48 @@
+= LEAP CLient Release Checklist (*) =
+
+ * [ ] validate rc
+ * [ ] all rc-critical closed!
+ * [ ] all bbots green
+ * [ ] uploaded translations: make translations
+ * [ ] re-generate pyqt resources
+
+ * [ ] update docs
+ * [ ] CREDITS
+ * [ ] relnotes.txt
+ * [ ] docs/known_issues.rst
+ * [ ] NEWS.rst: Add release name and date to top-most item in NEWS.
+
+ * [ ] change docs/quickstart.rst to point to just the current
+ leap-client-X.Y.Z.deb binaries and .tar.gz source code files
+ * [ ] on release/vX.Y.Z branch: git pull
+ * [ ] git tag X.Y.Z
+ * [ ] build locally to make sure the release is reporting itself as the
+ intended version (FIXME!)
+ * [ ] make sure buildbot is green
+ * [ ] make sure other people aren't committing at that moment
+ * [ ] FUTURE: push tag along with some other documentation-only patch (typically to
+ relnotes.txt) to trigger buildslaves
+ * [ ] git push --tags official; git push official
+ * [ ] that will build tarballs
+ * [ ] make sure buildbot is green (in a parallel universe, he)
+ * [ ] download tarballs, sign with "gpg -ba -u deadbeef TAR", upload *.asc
+ * [ ] symlink the release tarball on leap.se downloads page:
+ /var/www/source/leap-client/releases/ CHANGEME XXX
+
+ * [ ] update news pages. release notes.
+ * [ ] send out relnotes.txt to internal list.
+ * [ ] wait ...?
+
+ * [ ] PYPI UPLOAD: with "python ./setup.py sdist upload register"
+ * [ ] login to pypi
+ * [ ] from Edit, add new release
+ * [ ] upload .tar.gz, .asc
+
+ * [ ] make an "announcement of new release" on leap.se
+ * [ ] close the Milestone on the chili Roadmap
+ * [ ] send out relnotes.txt to:
+ * [ ] mailing lists...
+
+notes
+-----
+(*) this checklist kindly borrowed from tahoe-lafs documentation =)