File: release-checklist.md

package info (click to toggle)
flatpak 1.17.3-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,508 kB
  • sloc: ansic: 104,079; xml: 12,184; sh: 5,297; python: 2,315; yacc: 1,236; makefile: 84; csh: 20
file content (22 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Flatpak release checklist
=========================

* Update NEWS
* Check that version number in `meson.build` is correct
* Update release date in `NEWS`
* Commit the changes
* `ninja -C ${builddir} flatpak-update-po`
    * This will update `po/`; commit those changes too
* `git evtag sign $VERSION`
* `git push --atomic origin main $VERSION`
* Ensure the release.yml workflow succeeds

After the release:

* Update version number in `meson.build` to the next release version
* Start a new section in `NEWS`

After creating a stable branch:

* Update version number in `meson.build` to the next unstable release version
* Update the `NEWS` section header