Automate releases
mattwynne opened this issue ยท 3 comments
mattwynne commented
What's the problem you've observed? ๐ค
Releases are not automated, this means we have to run the build scripts on maintainers' local machines, and also means that credentials for releases have to be copied onto those machines.
Do you have a proposal for making it better? ๐ฆ
Implement a GitHub action, based on a protected release/vX.Y.Z branch as we have done in other repos (see cucumber/common#1688)
gaeljw commented
Let me know if you need any help @mattwynne ;)