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
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>
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/release.yaml
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,22 @@ body:
22
22
- label: |
23
23
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)
24
24
- 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
26
26
- 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
28
28
- label: |
29
29
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
30
41
- label: |
31
42
Move the link to the "current" version in `docs/index.md` to the "previous versions" list
0 commit comments