Automated Release Process
Closed this issue ยท 2 comments
hopeman15 commented
Description
Let's auto generate a release when setting the release ๐
label on pull requests. This will remove some of the verbosity of doing this manually and should speed up the release process accordingly.
Proposal
We could utilize GitHub CLI to do this similar to how it is used to auto label pull requests. A reference to this can be found in the auto-labeling.yml file.
hopeman15 commented
This works if you do it as part of a PR, but as soon as you merge the PR then there is no way of getting the labels on push...
hopeman15 commented
This has been resolved