summaryrefslogtreecommitdiff
path: root/docs/source/contrib/release_procedure.rst
blob: 396f2d2fa6ce4357e2487af2b27c6bc4f4b5c778 (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
*******************
 Release procedure
*******************

* Check that the version number in setup.py and in docs/source/conf.py
  is correct.

* Check that the changelog is up to date.

* Generate the distribution files::

     $ python3 -m build

* Upload ::

     $ twine upload -s dist/*

* Tag the uploaded version::

     $ git tag -s v$VERSION
     $ git push
     $ git push --tags

  for the tag content use something like::

     Version $VERSION

     * contents
     * of the relevant
     * changelog

* Send the release announce to::

     valhalla/lesana-announce@lists.sr.ht, ~valhalla/lesana-discuss@lists.sr.ht

* Close the bugs marked as pending_release on
  https://todo.sr.ht/~valhalla/lesana.