diff options
Diffstat (limited to 'doc/RELEASING.md')
-rw-r--r-- | doc/RELEASING.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/RELEASING.md b/doc/RELEASING.md index 4517281..03ebb75 100644 --- a/doc/RELEASING.md +++ b/doc/RELEASING.md | |||
@@ -21,11 +21,11 @@ Prepare and commit files | |||
21 | - Update `AUTHORS` if there are new team members. | 21 | - Update `AUTHORS` if there are new team members. |
22 | - Update `THANKS.in`: | 22 | - Update `THANKS.in`: |
23 | 23 | ||
24 | tools/update-thanks | 24 | tools/update-thanks |
25 | 25 | ||
26 | - Commit the results: | 26 | - Commit the results: |
27 | 27 | ||
28 | git commit configure.ac NP-VERSION-GEN AUTHORS THANKS.in | 28 | git commit configure.ac NP-VERSION-GEN AUTHORS THANKS.in |
29 | 29 | ||
30 | Create annotated tag | 30 | Create annotated tag |
31 | -------------------- | 31 | -------------------- |
@@ -78,12 +78,13 @@ Announce new release | |||
78 | 78 | ||
79 | - In the site.git repository, | 79 | - In the site.git repository, |
80 | 80 | ||
81 | - create `web/input/news/release-2-3.md`, | 81 | - create `web/input/news/release-2-3.md` |
82 | - update the `plugins_release` version in `web/macros.py`, and | 82 | - update the `plugins_release` version in `web/macros.py` |
83 | - commit and push the result: | ||
83 | 84 | ||
84 | git add web/input/news/release-2-3.md | 85 | git add web/input/news/release-2-3.md |
85 | git commit web/input/news/release-2-3.md web/macros.py | 86 | git commit web/input/news/release-2-3.md web/macros.py |
86 | git push origin master | 87 | git push origin master |
87 | 88 | ||
88 | - Post an announcement on (at least) the following mailing lists: | 89 | - Post an announcement on (at least) the following mailing lists: |
89 | 90 | ||