summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/RELEASING.md17
1 files changed, 7 insertions, 10 deletions
diff --git a/doc/RELEASING.md b/doc/RELEASING.md
index cf97a7d..94df91c 100644
--- a/doc/RELEASING.md
+++ b/doc/RELEASING.md
@@ -21,10 +21,7 @@ Prepare and commit files
21 the release version/date. 21 the release version/date.
22- Update `configure.ac` and `NP-VERSION-GEN` with new version. 22- Update `configure.ac` and `NP-VERSION-GEN` with new version.
23- Update `AUTHORS` if there are new team members. 23- Update `AUTHORS` if there are new team members.
24- Update `THANKS.in`: 24- Update `THANKS.in` using `tools/update-thanks`.
25
26 tools/update-thanks
27
28- Commit the results: 25- Commit the results:
29 26
30 git commit configure.ac NP-VERSION-GEN AUTHORS THANKS.in 27 git commit configure.ac NP-VERSION-GEN AUTHORS THANKS.in
@@ -80,13 +77,13 @@ Announce new release
80 77
81- In the site.git repository, 78- In the site.git repository,
82 79
83 - create `web/input/news/release-2-3.md` 80 - Create `web/input/news/release-2-3.md`.
84 - update the `plugins_release` version in `web/macros.py` 81 - Update the `plugins_release` version in `web/macros.py`.
85 - commit and push the result: 82 - Commit and push the result:
86 83
87 git add web/input/news/release-2-3.md 84 git add web/input/news/release-2-3.md
88 git commit web/input/news/release-2-3.md web/macros.py 85 git commit web/input/news/release-2-3.md web/macros.py
89 git push origin master 86 git push origin master
90 87
91- Post an announcement on (at least) the following mailing lists: 88- Post an announcement on (at least) the following mailing lists:
92 89