Skip to content

chore(issue_templates): Add labels task to early pre-release list #755

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions .github/ISSUE_TEMPLATE/06-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ assignees: ''
> [!TIP]
> These tasks should be done earlier in the process to lessen the burden at Pre-release time.

- [ ] [Create a "Release Retro" issue][epr-1]
- [ ] [Create release and release-retro labels][epr-1] if not already present
- [ ] [Create a "Release Retro" issue][epr-2]
- [ ] Define product versions to include in the next release
- [ ] [Major or Minor Container Images updates][epr-2]
- [ ] [Patch Container Images updates][epr-2] (Do not reuse the previous issue)
- [ ] [Major or Minor Container Images updates][epr-3]
- [ ] [Patch Container Images updates][epr-3] (Do not reuse the previous issue)

[epr-1]: https://github.com/stackabletech/issues/issues/new?template=08-release-retro.md
[epr-2]: https://github.com/stackabletech/docker-images/issues/new?template=early-pre-release.md
[epr-1]: https://github.com/stackabletech/infrastructure/blob/main/label_sync/labels.yml
[epr-2]: https://github.com/stackabletech/issues/issues/new?template=08-release-retro.md
[epr-3]: https://github.com/stackabletech/docker-images/issues/new?template=early-pre-release.md

## Pre-release

Expand Down