Automate Github release creation with a script #448
Labels
area/build-release
Issues or PRs related to building and releasing
kind/design
Categorizes issue or PR as related to design.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
proposal
A concrete proposal for adding a feature
Describe what you are trying to solve
I currently create each release manually by following the steps documented in https://github.com/vmware-tanzu/antrea/blob/master/docs/maintainers/release.md. This can be error-prone (and tedious), and as the project grows, there may be additional tasks to perform to create a release.
Describe the solution you have in mind
The process can be refined over time. At the moment we can just create a script to perform the tasks listed in https://github.com/vmware-tanzu/antrea/blob/master/docs/maintainers/release.md, leveraging the Github API to create the release.
In the long term, the process could look like this:
The text was updated successfully, but these errors were encountered: