mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-05 08:17:04 +00:00
github: update new-release issue template
Add instructions about creating prow jobs for new release branches.
This commit is contained in:
parent
921316a4c2
commit
30e7c24795
1 changed files with 3 additions and 0 deletions
3
.github/ISSUE_TEMPLATE/new-release.md
vendored
3
.github/ISSUE_TEMPLATE/new-release.md
vendored
|
@ -17,6 +17,9 @@ Please do not remove items from the checklist
|
|||
`git branch release-0.$MAJ master`
|
||||
- [ ] An OWNER pushes the new release branch with
|
||||
`git push release-0.$MAJ`
|
||||
- [ ] Create Prow pre-submit job configuration for the new release branch in K8s
|
||||
[test-infra](https://github.com/kubernetes/test-infra), submit a PR
|
||||
- [ ] Wait for the test-infra Prow config PR to be merged
|
||||
- [ ] Run `hack/prepare-release.sh $VERSION` to turn references to point to the upcoming release
|
||||
(README, deployment templates, docs configuration, test/e2e flags), submit a PR against the release branch
|
||||
- An OWNER prepares a draft release
|
||||
|
|
Loading…
Add table
Reference in a new issue