Skip to content

Commit 9bf358c

Browse files
authored
Update the release template (#406)
1. Group operations in the same file 2. Include the nav-title used in the theme header 3. Include updating the header links Signed-off-by: Ben Cotton <ben@kusari.dev>
1 parent 2dd7ec5 commit 9bf358c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/ISSUE_TEMPLATE/release.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,22 @@ body:
2222
- label: |
2323
Generate a static version of the baseline: `cd cmd && go run . compile --output ../docs/versions/2025-02-04.md --checklist-output ../docs/versions/2025-02-04-checklist.md` (replace `2025-02-04` with the version name)
2424
- label: |
25-
In the `docs/versions/<VERSION>.md` file, change the `Version: devel` to have the version number of the new version
25+
In the `docs/versions/<PREVIOUS_VERSION>.md` file, remove the nav-title header block
2626
- label: |
27-
In the `docs/versions/<VERSION>-checklist.md` file, change the header to have the version number of the new version
27+
In the `docs/versions/<VERSION>.md` file, change the `Version: devel` to have the version number of the new version
2828
- label: |
2929
In the `docs/versions/<VERSION>.md` file, remove the "not for production use" warning
30+
- label: |
31+
In the `docs/versions/<VERSION>.md` file, add the nav-title:
32+
```
33+
---
34+
nav-title: Current Version
35+
---
36+
```
37+
- label: |
38+
In the `docs/_config.yml` file, update the listing in the `nav_pages` group to point to the new release
39+
- label: |
40+
In the `docs/versions/<VERSION>-checklist.md` file, change the header to have the version number of the new version
3041
- label: |
3142
Move the link to the "current" version in `docs/index.md` to the "previous versions" list
3243
- label: |

0 commit comments

Comments
 (0)