summaryrefslogtreecommitdiff
path: root/docs/checklist_for_leap_client_release.wiki
blob: 4617a3c94acb12da2c22d70d07f63abe4850fb54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
= LEAP CLient Release Checklist (*) =

Not that we are following all steps here, but it is good to keep some
sort of sanity...

  * [.] validate rc
    * [X] all rc-critical closed!
    * [ ] all bbots green
    * [ ] uploaded translations: make translations
    * [ ] re-generate pyqt resources
    
  * [.] update docs
    * [X] check installation sections
    * [ ] CREDITS
    * [ ] relnotes.txt
    * [ ] docs/known_issues.rst
    * [ ] NEWS.rst: Add release name and date to top-most item in NEWS.

  * [X] change docs/install.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 ...
  * [ ] 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 leap; git push leap
    * [ ] 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
-----
(*) the original version of this handy checklist kindly borrowed from tahoe-lafs documentation =)