Add GitHub release creation tool and documentation#1032
Add GitHub release creation tool and documentation#1032xingzihai wants to merge 1 commit intokubernetes:masterfrom
Conversation
This adds a helper script to create GitHub releases from existing tags, addressing issue kubernetes#1000 'Switch from tags to releases'. Changes: - Add tools/create-github-release.sh script - Update README.md with releases documentation The script: - Generates release notes from commit history - Creates GitHub releases using gh CLI - Supports draft releases for review Issue: kubernetes/cloud-provider-gcp kubernetes#1000
|
|
This issue is currently awaiting triage. If the repository mantainers determine this is a relevant issue, they will accept it by applying the The DetailsInstructions 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-sigs/prow repository. |
|
Welcome @xingzihai! |
|
Hi @xingzihai. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: xingzihai 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 |
This PR addresses issue #1000 by adding a helper script and documentation for creating GitHub releases.
Changes
Issue
Fixes kubernetes/cloud-provider-gcp #1000