]> git.proxmox.com Git - systemd.git/blame - docs/RELEASE.md
New upstream version 242
[systemd.git] / docs / RELEASE.md
CommitLineData
7c20daf6
FS
1---
2title: Steps to a Successful Release
3---
4
6e866b33 5# Steps to a Successful Release
5a920b42
MP
6
71. Add all items to NEWS
bb4f798a 82. Update the contributors list in NEWS (`ninja -C build git-contrib`)
5a920b42 93. Update the time and place in NEWS
bb4f798a
MB
104. Update version and library numbers in `meson.build`
115. Tag the release: `version=vXXX-rcY && git tag -s "${version}" -m "systemd ${version}"`
126. Do `ninja -C build`
137. Make sure that the version string and package string match: `build/systemctl --version`
148. Upload the documentation: `ninja -C build doc-sync`
159. [After final release] Close the github milestone and open a new one (https://github.com/systemd/systemd/milestones)
1610. "Draft" a new release on github (https://github.com/systemd/systemd/releases/new), mark "This is a pre-release" if appropriate.
1711. Check that announcement to systemd-devel, with a copy&paste from NEWS, was sent. This should happen automatically.
1812. Update IRC topic (`/msg chanserv TOPIC #systemd Version NNN released`)
1913. [After final release] Also push commits to stable, create an empty -stable branch: `git push systemd-stable origin/master:master origin/master:v${version}-stable`, and change the default branch to latest release (https://github.com/systemd/systemd-stable/settings/branches).