Skip to content

Commit 799d340

Browse files
authored
chore(issue_templates): Remove tasklists (#1019)
1 parent c38bf9a commit 799d340

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/ISSUE_TEMPLATE/release-workspace-members.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Pre-Release Workspace Member Updates and Releases
33
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"
55
labels: ['epic']
66
assignees: ''
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
2222
Replace 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.
6057
5. 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

Comments
 (0)