summaryrefslogtreecommitdiff
path: root/docs/RELEASE.md
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2022-10-20 10:28:41 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-10-20 10:39:03 +0200
commitde85e1a2f4d71807187c021875f2ed72c3cebf9a (patch)
treeaa2ff12b2e93ad81eb74491e95fafe507fe3bf74 /docs/RELEASE.md
parente9c43e5f22586f9ac0b57747f14760517d4a59a1 (diff)
downloadsystemd-de85e1a2f4d71807187c021875f2ed72c3cebf9a.tar.gz
docs: update translation strings before new release
Diffstat (limited to 'docs/RELEASE.md')
-rw-r--r--docs/RELEASE.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/RELEASE.md b/docs/RELEASE.md
index 74998e138d..bb698a0601 100644
--- a/docs/RELEASE.md
+++ b/docs/RELEASE.md
@@ -16,12 +16,13 @@ SPDX-License-Identifier: LGPL-2.1-or-later
7. [RC1] Rename `.github/pull_request_template.md.disabled` to `.github/pull_request_template.md` to display the warning about soft-freeze for new features
8. [FINAL] Rename `.github/pull_request_template.md` to `.github/pull_request_template.md.disabled` to hide the warning about soft-freeze for new features
9. Check dbus docs with `ninja -C build update-dbus-docs`
-10. Tag the release: `version=vXXX-rcY && git tag -s "${version}" -m "systemd ${version}"`
-11. Do `ninja -C build`
-12. Make sure that the version string and package string match: `build/systemctl --version`
-13. Upload the documentation: `ninja -C build doc-sync`
-14. [FINAL] Close the github milestone and open a new one (https://github.com/systemd/systemd/milestones)
-15. "Draft" a new release on github (https://github.com/systemd/systemd/releases/new), mark "This is a pre-release" if appropriate.
-16. Check that announcement to systemd-devel, with a copy&paste from NEWS, was sent. This should happen automatically.
-17. Update IRC topic (`/msg chanserv TOPIC #systemd Version NNN released`)
-18. [FINAL] Push commits to stable, create an empty -stable branch: `git push systemd-stable --atomic origin/main:main origin/main:refs/heads/${version}-stable`, and change the default branch to latest release (https://github.com/systemd/systemd-stable/settings/branches).
+10. Update translation strings (`cd build`, `meson compile systemd-pot`, `meson compile systemd-update-po`) - drop the header comments from `systemd.pot` + re-add SPDX before committing.
+11. Tag the release: `version=vXXX-rcY && git tag -s "${version}" -m "systemd ${version}"`
+12. Do `ninja -C build`
+13. Make sure that the version string and package string match: `build/systemctl --version`
+14. Upload the documentation: `ninja -C build doc-sync`
+15. [FINAL] Close the github milestone and open a new one (https://github.com/systemd/systemd/milestones)
+16. "Draft" a new release on github (https://github.com/systemd/systemd/releases/new), mark "This is a pre-release" if appropriate.
+17. Check that announcement to systemd-devel, with a copy&paste from NEWS, was sent. This should happen automatically.
+18. Update IRC topic (`/msg chanserv TOPIC #systemd Version NNN released`)
+19. [FINAL] Push commits to stable, create an empty -stable branch: `git push systemd-stable --atomic origin/main:main origin/main:refs/heads/${version}-stable`, and change the default branch to latest release (https://github.com/systemd/systemd-stable/settings/branches).