11---
22name : Pre-Release Workspace Member Updates and Releases
33about : 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 "
55labels : ['epic']
66assignees : ' '
77---
@@ -11,7 +11,7 @@ assignees: ''
1111 This was created by an issue template: https://github.com/stackabletech/operator-rs/issues/new/choose.
1212-->
1313
14- ## Update and Release Workspace Members for Stackable Release XX.(X)X
14+ Part of stackabletech/issues#xxx.
1515
1616> [ !NOTE]
1717> During a Stackable release we update all dependencies in the ` operator-rs `
@@ -21,15 +21,12 @@ assignees: ''
2121
2222Replace the items in the task lists below with the applicable Pull Requests
2323
24- ``` [tasklist]
25- ### Tasks
2624- [ ] Update Rust version and workflow actions, see below for more details.
2725- [ ] Update Rust dependencies, see below for more details.
2826- [ ] Adjust and then verify crate versions using ` .scripts/verify_crate_versions.sh ` .
2927- [ ] Push the release tags using ` .scripts/tag_and_push_release.sh ` .
30- ```
3128
32- ### Update Rust Version and Workflow Actions
29+ ## Update Rust Version and Workflow Actions
3330
3431> [ !NOTE]
3532> 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
4542 make sure that the ` cargo-udeps ` action is up-to-date, otherwise the CI might
4643 report errors.
4744
48- ### Update Rust Dependencies
45+ ## Update Rust Dependencies
4946
5047> [ !NOTE]
5148> 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
5956 override the dependency.
60575 . Add a changelog entry if required.
6158
62- ### Adjust and Verify Crate Versions
59+ ## Adjust and Verify Crate Versions
6360
6461> [ !WARNING]
6562> Currently, all workspace members use ` 0.X.Y ` versions. This means we can
0 commit comments