1
1
---
2
2
name : Pre-Release Workspace Member Updates and Releases
3
3
about : This template can be used to track the updates and releases of all workspace members leading up to the next Stackable release
4
- title : " chore: Update and release workspace members"
4
+ title : " chore: Update and release workspace members for Stackable Release YY.M.X "
5
5
labels : ['epic']
6
6
assignees : ' '
7
7
---
@@ -11,7 +11,7 @@ assignees: ''
11
11
This was created by an issue template: https://github.com/stackabletech/operator-rs/issues/new/choose.
12
12
-->
13
13
14
- ## Update and Release Workspace Members for Stackable Release XX.(X)X
14
+ Part of stackabletech/issues#xxx.
15
15
16
16
> [ !NOTE]
17
17
> During a Stackable release we update all dependencies in the ` operator-rs `
@@ -21,15 +21,12 @@ assignees: ''
21
21
22
22
Replace the items in the task lists below with the applicable Pull Requests
23
23
24
- ``` [tasklist]
25
- ### Tasks
26
24
- [ ] Update Rust version and workflow actions, see below for more details.
27
25
- [ ] Update Rust dependencies, see below for more details.
28
26
- [ ] Adjust and then verify crate versions using ` .scripts/verify_crate_versions.sh ` .
29
27
- [ ] Push the release tags using ` .scripts/tag_and_push_release.sh ` .
30
- ```
31
28
32
- ### Update Rust Version and Workflow Actions
29
+ ## Update Rust Version and Workflow Actions
33
30
34
31
> [ !NOTE]
35
32
> The PR is usually titled: ` chore: Bump Rust version and workflow actions `
@@ -45,7 +42,7 @@ Replace the items in the task lists below with the applicable Pull Requests
45
42
make sure that the ` cargo-udeps ` action is up-to-date, otherwise the CI might
46
43
report errors.
47
44
48
- ### Update Rust Dependencies
45
+ ## Update Rust Dependencies
49
46
50
47
> [ !NOTE]
51
48
> This PR is usually titled: ` chore: Bump Rust dependencies `
@@ -59,7 +56,7 @@ Replace the items in the task lists below with the applicable Pull Requests
59
56
override the dependency.
60
57
5 . Add a changelog entry if required.
61
58
62
- ### Adjust and Verify Crate Versions
59
+ ## Adjust and Verify Crate Versions
63
60
64
61
> [ !WARNING]
65
62
> Currently, all workspace members use ` 0.X.Y ` versions. This means we can
0 commit comments