-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🌱 Add GitHub Action to automate creating a release #5188
🌱 Add GitHub Action to automate creating a release #5188
Conversation
Testing on my fork: https://github.com/CecileRobertMichon/cluster-api/actions/runs/1192045111 still running |
38d47f8
to
4409d8f
Compare
/hold cancel verified this works |
/assign @vincepri |
@CecileRobertMichon This is amazing ❤️ thank you so much for doing this! Do you have a screenshot of the resulting draft on your fork? The link doesn't seem to work for me |
I assume that's because draft release are not published and thus private :) Very nice! |
4409d8f
to
07f095a
Compare
This is great! |
7d31f5b
to
b198100
Compare
1519c34
to
b84fe29
Compare
/hold cancel latest run: https://github.com/CecileRobertMichon/cluster-api/runs/3499020825 |
727ebef
to
46e1377
Compare
re-testing with latest changes: https://github.com/CecileRobertMichon/cluster-api/actions/runs/1195651990 |
6d1dcd1
to
f882252
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vincepri The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release-0.3 |
@CecileRobertMichon: #5188 failed to apply on top of branch "release-0.3":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What this PR does / why we need it: This is part 1 of automating our release process. It adds a GH action for creating the draft release with release notes and generated artifacts on GitHub when a tag is pushed.
Tested on my fork: https://github.com/CecileRobertMichon/cluster-api/actions/runs/1192045111
Resulting draft release: https://github.com/CecileRobertMichon/cluster-api/releases/tag/untagged-88e1db0cbb70a7f9fe19
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #