HelloCuriosity/model-forge

Automated Release Process

Closed this issue ยท 2 comments

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.

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...

This has been resolved