Skip to content

Commit 30f00b8

Browse files
committed
Improve instructions for updating the change log
And add a section for 3.2.4 to it.
1 parent 61beda2 commit 30f00b8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/changes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ Changes in behaviour which may result in build errors
232232
minimum required version is now 2005.
233233

234234

235+
3.2.4: (released 2024-??-??)
236+
----------------------------
237+
238+
235239
3.2.3: (released 2023-10-10)
236240
----------------------------
237241

docs/contributing/how-to-release.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Here is the list of the files, for reference:
6969
* Update `docs/readme.txt`: version needs to be changed, content updated.
7070
* Update `docs/release.md`: also version and reset SHA-1 sums to zeroes.
7171
* Update `docs/changes.txt`: update the date on the release line.
72+
For the development releases the list of changes is maintained in Git
73+
notes as explained in that file itself. Replace these notes with the
74+
actual changes following the instructions there (and don't forget to
75+
restore them later).
7276
* Update the date in the manual (`docs/doxygen/mainpages/manual.h`).
7377
* Update the release announcement post in `docs/publicity/announce.txt`.
7478
* Update `docs/msw/binaries.md`: at least the version, but possibly also
@@ -173,8 +177,9 @@ and from the root directory run
173177

174178
autoconf -B build/autoconf_prepend-include
175179

176-
* Restore the description of the Git notes use and create a skeleton section
177-
for the next release in `docs/changes.txt`.
180+
* Update `docs/changes.txt`: for the stable releases, just create a new section
181+
for the next release. For the other ones, restore the description of the Git
182+
notes use removed in the pre-release step.
178183

179184

180185
## MSW Visual Studio Official Builds

0 commit comments

Comments
 (0)