Prerequisites
What problem does this feature solve or what does it enhance?
there are too many manual steps in the release process described in CONTRIBUTING.md:
- the sed call there has been out of date many times, and it actually only works on macos right now (had to make changes to run it on ubuntu)
- naming your own tag and pushing it is a lot
Proposed Solution
release.yml workflow should cover the entire thing:
- make a PR with the necessary changes
- after approval, trigger another workflow to auto-merge and make the tag, push the tag automatically
- make the github release (this is the part that already exists)
Not hellbent on this exact solution, but the more we can automate, the better
Whoever picks this up can fork the rayhunter repo onto their private account and manually test the workflow there.
Alternatives Considered
no
Prerequisites
What problem does this feature solve or what does it enhance?
there are too many manual steps in the release process described in CONTRIBUTING.md:
Proposed Solution
release.yml workflow should cover the entire thing:
Not hellbent on this exact solution, but the more we can automate, the better
Whoever picks this up can fork the rayhunter repo onto their private account and manually test the workflow there.
Alternatives Considered
no