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: .github/PULL_REQUEST_TEMPLATE/release-notes.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
name: Release Notes
3
3
about: This template can be used to track the progress of the SDP Release Notes compilation
4
-
title: "chore(tracking): Release Notes for SDP YY.(M)M.X"
4
+
title: "chore(tracking): Release Notes for SDP YY.M.X"
5
5
assignees: ''
6
6
---
7
7
@@ -10,7 +10,11 @@ assignees: ''
10
10
This was created by an issue template: https://github.com/stackabletech/issues/issues/new/choose.
11
11
-->
12
12
13
-
## Release Notes for SDP XX.(X)X
13
+
> [!CAUTION]
14
+
> Please assign the applicable `scheduled-for/YY.M.X` label.
15
+
16
+
<!-- Release placeholders YY.M.X should be replaced. -->
17
+
## Release Notes for SDP YY.M.X
14
18
15
19
> [!TIP]
16
20
> - Use the commented out template headings in [release-notes][template].
@@ -21,8 +25,8 @@ assignees: ''
21
25
22
26
```[tasklist]
23
27
#### Release note compilation tasks
24
-
- [ ] Check [Issues](https://github.com/search?q=org%3Astackabletech+label%3Arelease-note%2Crelease-note%2Faction-required+label%3Arelease%2FYYYY-MM%2Cscheduled-for%2FYYYY-MM&type=issues&ref=advsearch) for Product and Platform release notes
25
-
- [ ] Check [PRs](https://github.com/search?q=org%3Astackabletech+label%3Arelease-note%2Crelease-note%2Faction-required+label%3Arelease%2FYYYY-MM%2Cscheduled-for%2FYYYY-MM&type=pullrequests&ref=advsearch) for Product and Platform release notes
28
+
- [ ] Check [Issues](https://github.com/search?q=org%3Astackabletech+label%3Arelease-note%2Crelease-note%2Faction-required+label%3Arelease%YY.M.X%2Cscheduled-for%YY.M.X&type=issues&ref=advsearch) for Product and Platform release notes
29
+
- [ ] Check [PRs](https://github.com/search?q=org%3Astackabletech+label%3Arelease-note%2Crelease-note%2Faction-required+label%3Arelease%YY.M.X%2Cscheduled-for%YY.M.X&type=pullrequests&ref=advsearch) for Product and Platform release notes
26
30
- [ ] Optionally check the [Changelogs](https://github.com/search?q=org%3Astackabletech+path%3A*CHANGELOG.md+%22YY.MM.X%22&type=code&ref=advsearch) in case release notes were missed
27
31
- [ ] Compile list of new product versions that are supported and compile a list of new product features to include in the Release Highlights
28
32
- [ ] Upgrade guide: Document how to use stackablectl to uninstall all and install new release
0 commit comments