You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: etc/RELEASE_CHECKLIST.md
+18-14Lines changed: 18 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,9 @@ Completion Date:
24
24
`etc/HACKING.md`).
25
25
* Bump version numbers in `configure.ac` on default branch (see
26
26
`etc/HACKING.md`).
27
+
* Create new `etc/NEWS.VERSION+1.md` file on default branch by copying
28
+
`etc/NEWS.VERSION.md` and then removing text so that it is a template file
29
+
with headings only.
27
30
28
31
### ⚙️ Update gnulib to latest version ###
29
32
@@ -37,10 +40,13 @@ gnulib version.
37
40
38
41
Completion Date:
39
42
40
-
* Put out a general call for reports on [Octave Discourse](https://octave.discourse.group/) for all outstanding unreported known bugs.
41
-
* Create Savannah tag `VERSION.0.90` on bug tracker for 1st release candidate.
43
+
* Put out a general call for reports on [Octave Discourse](https://octave.discourse.group/) for all outstanding, but unreported, known bugs.
44
+
* Create Savannah `Release` tag `VERSION.0.90` on bug tracker for 1st release
45
+
candidate.
42
46
* Mark items that should be fixed for the release with this tag.
43
-
* Bug overview at <https://octave.space/savannah/>.
47
+
* Update Savannah `Planned Release` and `Fixed Release` tags by adding
48
+
`VERSION.1.0 (current stable)` and `VERSION+1.1.0 (current default)`.
49
+
* Review bug overview at <https://octave.space/savannah/>.
44
50
45
51
### 📢 Update GUI translation files ###
46
52
@@ -50,7 +56,7 @@ Completion Date:
50
56
might change GUI strings.
51
57
* String freeze date:
52
58
* Update language translation files (`*.ts`). See instructions in
53
-
`libgui/languages/build_ts/README.md`).
59
+
`libgui/languages/build_ts/README.md`.
54
60
* Create bug report on Savannah as a centralized location for uploading files
55
61
and tracking status of translations.
56
62
* Call for translations of GUI strings on [Octave Discourse Maintainers](https://octave.discourse.group/c/maintainers/7), CC-ing the translators (see [list of translators](https://hg.savannah.gnu.org/hgweb/octave/file/tip/libgui/languages/translators)).
0 commit comments