[gnome-software: 5/14] docs: Check repository status before releasing
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 5/14] docs: Check repository status before releasing
- Date: Fri, 29 Jan 2021 16:13:59 +0000 (UTC)
commit eeeb0a7afe96e84168b79067a4a3ad505e691a71
Author: Philip Withnall <pwithnall endlessos org>
Date: Wed Jan 27 13:04:55 2021 +0000
docs: Check repository status before releasing
Don’t release uncommitted changes!
Signed-off-by: Philip Withnall <pwithnall endlessos org>
RELEASE.md | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/RELEASE.md b/RELEASE.md
index 86040eea8..1172c2392 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -13,6 +13,14 @@ Making a release
Adapted from the [GNOME release process](https://wiki.gnome.org/MaintainersCorner/Releasing).
+Make sure your repository is up to date and doesn’t contain local changes:
+```
+git pull
+git status
+```
+
+Check the version in `meson.build` is correct for this release.
+
Write release entries:
```
git log --format="%s" --cherry-pick --right-only 3.37.92... | grep -i -v trivial | grep -v Merge | sort |
uniq
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]