cucumber/cucumber-jvm-scala

Automate releases

mattwynne opened this issue ยท 3 comments

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)

Let me know if you need any help @mattwynne ;)

Closed by #269 (and several additional commits ๐Ÿ˜… )

๐ŸŽ‰ thanks for all your work on this @gaeljw!