]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/RELEASE.md
mkosi: Keep mkosi.default out of the repository.
[thirdparty/systemd.git] / docs / RELEASE.md
index d842afcd345923289ea4566eb2db45aaecaf2b5a..b56635a21143d849a3f059ff0ba0c1e830409bed 100644 (file)
@@ -1,5 +1,7 @@
 ---
 title: Steps to a Successful Release
+category: Contributing
+layout: default
 ---
 
 # Steps to a Successful Release
@@ -16,4 +18,4 @@ title: Steps to a Successful Release
 10. "Draft" a new release on github (https://github.com/systemd/systemd/releases/new), mark "This is a pre-release" if appropriate.
 11. Check that announcement to systemd-devel, with a copy&paste from NEWS, was sent. This should happen automatically.
 12. Update IRC topic (`/msg chanserv TOPIC #systemd Version NNN released`)
-13. [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).
+13. [After final release] Also push commits to stable, create an empty -stable branch: `git push systemd-stable origin/master:master origin/master:refs/heads/${version}-stable`, and change the default branch to latest release (https://github.com/systemd/systemd-stable/settings/branches).