diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/RELEASING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/RELEASING.md b/doc/RELEASING.md index 94df91c..8fe3aaa 100644 --- a/doc/RELEASING.md +++ b/doc/RELEASING.md | |||
@@ -17,14 +17,14 @@ Before you start | |||
17 | Prepare and commit files | 17 | Prepare and commit files |
18 | ------------------------ | 18 | ------------------------ |
19 | 19 | ||
20 | - Update `configure.ac` and `NP-VERSION-GEN` with new version. | ||
20 | - Update `NEWS` from `git log --reverse v2.2.1..` output, and specify | 21 | - Update `NEWS` from `git log --reverse v2.2.1..` output, and specify |
21 | the release version/date. | 22 | the release version/date. |
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` using `tools/update-thanks`. | 24 | - Update `THANKS.in` using `tools/update-thanks`. |
25 | - Commit the results: | 25 | - Commit the results: |
26 | 26 | ||
27 | git commit configure.ac NP-VERSION-GEN AUTHORS THANKS.in | 27 | git commit configure.ac NP-VERSION-GEN NEWS AUTHORS THANKS.in |
28 | 28 | ||
29 | Create annotated tag | 29 | Create annotated tag |
30 | -------------------- | 30 | -------------------- |