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
* chore: Interim update to the release template
* chore: Move release note tasks to a separate template (stackabletech/documentation#693)
Co-authored-by: Techassi <[email protected]>
* chore: Make task-list headings the same level
* Apply suggestions
Co-authored-by: Techassi <[email protected]>
* chore: Update remaining release version placeholders
* chore: Combine multi-arch integration testing item
* chore: Reword the OpenShift testing item
* chore: Add a getting-started-scripts template for release (update the pre-release template for consistency)
* chore: Update remaining release version placeholders and make issue titles consistent
* chore: Anticipate the demo test tracking issue template file name
* chore: Anticipate the renames of the demo test template file name
* Apply suggestions
* fix: Add title query parameter and use correct link to release-notes PR template
* chore: Add a relese retro template an link to it from the release tracking template
---------
Co-authored-by: Techassi <[email protected]>
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/olm_manifests.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
name: OLM Manifest Guide
3
3
about: A task list for OLM manifest generation for certification
4
-
title: 'OLM Manifests for release xxx'
4
+
title: 'OLM Manifests for SDP Release YY.M.X'
5
5
labels: ''
6
6
assignees: ''
7
7
---
@@ -63,14 +63,14 @@ This issue assumes you are generating OLM manifests for a released SDP version w
63
63
64
64
### Generate manifests
65
65
66
-
-[ ] Update the supported OpenShift version range in the function [generate_metadata()](https://github.com/stackabletech/stackable-utils/blob/273ec983d6c0b1ea1852d9633ed56b8123054b39/olm/build-manifests.sh#L39)
66
+
-[ ] Update the supported OpenShift version range in the function [generate_metadata()](https://github.com/stackabletech/stackable-utils/blob/273ec983d6c0b1ea1852d9633ed56b8123054b39/olm/build-manifests.sh#L39)
67
67
-[ ] Create release branch (from `main`) in the openshift operator repository
68
68
69
69
cd $HOME/repo/stackable/openshift-certified-operators
about: This template can be used to track the update of the "Getting Started" scripts in this repository leading up to the next Stackable release
4
-
title: "chore(tracking): Check and update getting-started scripts"
2
+
name: Getting Started Script Checks (Pre-Release)
3
+
about: This template can be used to track the checks/updates of the "Getting Started" scripts in this repository leading up to the next Stackable release
4
+
title: "chore(tracking): Check and update getting-started scripts before SDP Release YY.M.X"
5
5
labels: ['epic']
6
6
assignees: ''
7
7
---
8
8
9
9
<!--
10
-
Make sure to update the link in '.github/ISSUE_TEMPLATE/release.md' when
11
-
you change the front matter above.
10
+
Make sure to update the link in '.github/ISSUE_TEMPLATE/release.md' if you
11
+
change the filename.
12
12
-->
13
13
14
14
<!--
15
15
DO NOT REMOVE THIS COMMENT. It is intended for people who might copy/paste from the previous release issue.
16
16
This was created by an issue template: https://github.com/stackabletech/issues/issues/new/choose.
17
17
-->
18
18
19
-
## Pre-Release Getting Started Script Updates
19
+
## Getting Started Script Checks (Pre-Release)
20
20
21
21
Part of <https://github.com/stackabletech/issues/issues/TRACKING_ISSUE>
22
22
@@ -42,12 +42,12 @@ popd
42
42
43
43
> [!TIP]
44
44
> Create branches with predictable names so the links below work. Remember
45
-
> to replace `xx.(x)x` with the appropriate release version:
45
+
> to replace `YY.M.X` with the appropriate release version:
0 commit comments