diff --git a/.github/ISSUE_TEMPLATE/pre-release.md b/.github/ISSUE_TEMPLATE/pre-release.md index 388f8163..acd239d1 100644 --- a/.github/ISSUE_TEMPLATE/pre-release.md +++ b/.github/ISSUE_TEMPLATE/pre-release.md @@ -41,7 +41,9 @@ Part of ### Tasks - [ ] Run `niv update` and test via `make run-dev` -- [ ] Update Rust toolchain in the `config/versions.yaml` file. +- [ ] Update stable Rust toolchain in the `config/versions.yaml` file. +- [ ] Update nightly Rust toolchain in the `config/versions.yaml` file (Keep in sync across this, + operator-rs and docker-images). - [ ] Update Rust toolchain in UBI9 and stackable-base images - [ ] Update cargo-cyclonedx and cargo-auditable in UBI9 and stackable-base images - [ ] Generate downstream PRs using the ["Generate Downstream PRs"](https://github.com/stackabletech/operator-templating/actions/workflows/generate_prs.yml) action.