AIrsenal
AIrsenal copied to clipboard
Automate creating a new release when develop merged to main
Currently we do this manually. Can we set up GitHub actions to create a new release when we merge them in from the develop branch? Even better, can we get that release to have the correct tag/title (based on the new AIrsenal version) and include the text from the merged PR?
I would like to tackle this one, I’m not an expert of GitHub actions but together I think we can solve it.
Sure, that would be great. Another similar one could be to automatically switch any created pull requests into main to be into develop instead.