File: release.rst

package info (click to toggle)
persalys 17.0.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,312 kB
  • sloc: xml: 496,863; cpp: 56,490; python: 3,605; sh: 389; makefile: 127; ansic: 14
file content (28 lines) | stat: -rw-r--r-- 551 bytes parent folder | download
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
.. _release:

Release process
===============

1. Update translations

2. Increment version number X.Y (utils/setVersionNumber.sh)

3. Update Changelog

4. Update distro/windows/persalys-doc.zip

5. Upload tagged docker images (docker push)

6. Create X.Y branch and protect it

7. In X.Y branch, modify .gitlab-ci.yml to used tagged docker images

8. In X.Y branch, create vX.Y tag

9. Push X.Y branch, vX.Y tag

10. Sync github mirror::

      git remote add gh git@github.com:persalys/persalys.git
      git push gh master
      git push gh --tags