Skip to content

Commit c277685

Browse files
authored
chore(template/release): Move Rust items to pre-release (#729)
1 parent 3634ef5 commit c277685

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/ISSUE_TEMPLATE/06-release.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,38 +31,38 @@ assignees: ''
3131
3232
- [ ] [Create a "Release Retro" issue][epr-1]
3333
- [ ] Define product versions to include in the next release
34-
- [ ] [Update and release operator-rs workspace members][epr-2]
35-
- [ ] [Update Rust toolchain of operators][epr-3]
36-
- [ ] [Update Rust dependencies of operators][epr-4]
37-
- [ ] [Major or Minor Container Images updates][epr-5]
38-
- [ ] [Patch Container Images updates][epr-5] (Do not reuse the previous issue)
34+
- [ ] [Major or Minor Container Images updates][epr-2]
35+
- [ ] [Patch Container Images updates][epr-2] (Do not reuse the previous issue)
3936
- [ ] Run `niv update` and test via `make run-dev` (operator-templating)
4037

4138
[epr-1]: https://github.com/stackabletech/issues/issues/new?template=08-release-retro.md
42-
[epr-2]: https://github.com/stackabletech/operator-rs/issues/new?template=release-workspace-members.md
43-
[epr-3]: https://github.com/stackabletech/operator-templating/issues/new?template=pre-release.md
44-
[epr-4]: https://github.com/stackabletech/issues/issues/new?template=05-pre-release-operator-rust-deps.md
45-
[epr-5]: https://github.com/stackabletech/docker-images/issues/new?template=early-pre-release.md
39+
[epr-2]: https://github.com/stackabletech/docker-images/issues/new?template=early-pre-release.md
4640

4741
## Pre-release
4842

4943
> [!TIP]
5044
> These tasks should be done a week or so before the release date.
5145
46+
- [ ] [Update and release operator-rs workspace members][pr-1]
47+
- [ ] [Update Rust toolchain of operators][pr-2]
48+
- [ ] [Update Rust dependencies of operators][pr-3]
5249
- [ ] Run all of the test suites in Jenkins (with all product versions, not just "nightly")
53-
- [ ] [Check and update getting-started scripts][pr-1]
54-
- [ ] [Check and update demo charts][pr-2]
55-
- [ ] [Test demo upgrades (stable to nightly)][pr-3]
56-
- [ ] [Test demos from scratch (nightly)][pr-4]
50+
- [ ] [Check and update getting-started scripts][pr-4]
51+
- [ ] [Check and update demo charts][pr-5]
52+
- [ ] [Test demo upgrades (stable to nightly)][pr-6]
53+
- [ ] [Test demos from scratch (nightly)][pr-7]
5754
- [ ] Ensure integration tests are successful on OpenShift (run with `--test-suite openshift` against Replicated OKD)
5855
- [ ] Check [stackable-utils] scripts in dry-run mode work
59-
- [ ] Search for open issues labeled with [scheduled-for/YY.M.X][pr-5]
60-
61-
[pr-1]: https://github.com/stackabletech/issues/issues/new?template=03-pre-release-getting-started-scripts.md
62-
[pr-2]: https://github.com/stackabletech/demos/issues/new?template=pre-release-chart-updates.md
63-
[pr-3]: https://github.com/stackabletech/demos/issues/new?template=pre-release-upgrade-testing.md
64-
[pr-4]: https://github.com/stackabletech/demos/issues/new?template=pre-release-from-scratch-testing.md
65-
[pr-5]: https://github.com/search?q=org%3Astackabletech+label%3Ascheduled-for%2FYY.M.X&type=issues&state=open
56+
- [ ] Search for open issues labeled with [scheduled-for/YY.M.X][pr-8]
57+
58+
[pr-1]: https://github.com/stackabletech/operator-rs/issues/new?template=release-workspace-members.md
59+
[pr-2]: https://github.com/stackabletech/operator-templating/issues/new?template=pre-release.md
60+
[pr-3]: https://github.com/stackabletech/issues/issues/new?template=05-pre-release-operator-rust-deps.md
61+
[pr-4]: https://github.com/stackabletech/issues/issues/new?template=03-pre-release-getting-started-scripts.md
62+
[pr-5]: https://github.com/stackabletech/demos/issues/new?template=pre-release-chart-updates.md
63+
[pr-6]: https://github.com/stackabletech/demos/issues/new?template=pre-release-upgrade-testing.md
64+
[pr-7]: https://github.com/stackabletech/demos/issues/new?template=pre-release-from-scratch-testing.md
65+
[pr-8]: https://github.com/search?q=org%3Astackabletech+label%3Ascheduled-for%2FYY.M.X&type=issues&state=open
6666

6767
## Release branching
6868

0 commit comments

Comments
 (0)