Skip to content

Commit b5e1134

Browse files
authored
Add release notes to the process (#481)
And also start a stub so that we can do this as we go in the future (hopefully) Signed-off-by: Ben Cotton <ben@kusari.dev>
1 parent 67f3626 commit b5e1134

2 files changed

Lines changed: 60 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ body:
4242
Move the link to the "current" version in `docs/index.md` to the "previous versions" list
4343
- label: |
4444
Add the link to the new version to the "current version" in `docs/index.md` (e.g. `Current version: [2025-02-04](versions/2025-02-04]`). Be sure to use the HTML syntax for the link to the checklist in order to have Jekyll link to the markdown version instead of an html version.
45+
- label: |
46+
Make sure the `docs/versions/release_notes.md` file contains an accurate list of changes and is not commented out.
4547
- label: |
4648
Open a pull request with the above changes
4749
- label: |

docs/release_notes.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,63 @@
11
# OSPS Baseline release notes
22

3+
<!-- Use the template below to start the release notes for the next version. -->
4+
5+
<!--
6+
## TEMPLATE
7+
8+
### New controls
9+
10+
* Level 1
11+
* (none)
12+
* Level 2
13+
* (none)
14+
* Level 3
15+
* (none)
16+
17+
### Modified controls
18+
19+
(none)
20+
21+
### Removed controls
22+
23+
(none)
24+
25+
### New control mappings
26+
27+
(none)
28+
29+
### Other changes
30+
31+
-->
32+
33+
<!--
34+
## Next release, commented out until we have a date and are about ready to release
35+
36+
### New controls
37+
38+
* Level 1
39+
* (none)
40+
* Level 2
41+
* (none)
42+
* Level 3
43+
* (none)
44+
45+
### Modified controls
46+
47+
(none)
48+
49+
### Removed controls
50+
51+
(none)
52+
53+
### New control mappings
54+
55+
(none)
56+
57+
### Other changes
58+
59+
-->
60+
361
## 2026-02-19
462

563
### New controls

0 commit comments

Comments
 (0)