infra: add release tracking issue template - #432
Conversation
This commit adds a template that serves as a checklist when planning releases.
✅ Deploy Preview for node-readiness-controller ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vitorfloriano The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
|
||
| #### 2. Trigger the Release Automation | ||
|
|
||
| - [ ] Create a new PR targeting the `main` branch (for minor/major releases) or a `release-*` branch (for patch releases). |
There was a problem hiding this comment.
is there any example PR link we can point to here? (asking because even i don't recall what PR we need to create for this step 😅 )
| - [ ] Update the `VERSION` file at the repository root to the new semantic version (e.g., `v0.2.0`). | ||
| - [ ] Update any documentation (like `docs/book/src/releases.md`), examples, or manifests as needed for the release. | ||
| - [ ] Ensure all tests are passing. |
There was a problem hiding this comment.
do these needs to be a separate PR? or same as one in above step - https://github.com/kubernetes-sigs/node-readiness-controller/pull/432/changes#r3819506009?
if same, then let's make these sub-list items?
There was a problem hiding this comment.
Yeah, Ajay updated them in the same PR, but I didn't 😅 Need to work on that today with Ajay in our 1:1
Description
This PR adds am issue template for planning releases.
I took inspiration from:
You can check the rendered issue in vitorfloriano#18.
Open Questions
I basically copy/pasted the instructions and added checkboxes. That may not be the best way to go about it.
Related Issue
xref #151
Type of Change
/kind cleanup
Testing
I opened an issue on my fork to test this changes: vitorfloriano#18
(blooper: I didn't foresee that Github would resolve the # in the commit list and now a bunch of PRs have a callback to my test issue. my apologies 😓 )