We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We're still using the old-school mechanism of a Make target with the release script running locally on a developer workstation.
Make
Implement a release-ruby.yml github action, similar to https://github.com/cucumber/cucumber-ruby/blob/main/.github/workflows/cucumber-ruby.yml using a protected release branch, with a protected environment secret.
release-ruby.yml
We need a guide to reference here!
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered:
cucumber-rails
cucumber-ruby
Use VERSION file
de11737
Ref #546
OK this is done. v2.6.1 was released by Github Actions.
@luke-hill ping me if you want a walk-through of how to make a release, it should be really straightforward once you've installed polyglot-release.
polyglot-release
Sorry, something went wrong.
Delete Makefile
2eed542
No longer needed now the releases are done using GHA (See #546)
No branches or pull requests
π€ What's the problem you've observed?
We're still using the old-school mechanism of a
Make
target with the release script running locally on a developer workstation.β¨ Do you have a proposal for making it better?
Implement a
release-ruby.yml
github action, similar to https://github.com/cucumber/cucumber-ruby/blob/main/.github/workflows/cucumber-ruby.yml using a protected release branch, with a protected environment secret.π Any additional context?
We need a guide to reference here!
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered: