Sha256: da79cb83ea25b4dd7b87dc6ac9b1abb46cd6c4f27beff9bfabb6f95594bcfb09
Contents?: true
Size: 742 Bytes
Versions: 2
Compression:
Stored size: 742 Bytes
Contents
Release Process =============== * Upgrade gems with `scripts/update-gemspec` * Bump the version number in `lib/cucumber/wire/version` * Update `CHANGELOG.md` with the upcoming version number and create a new `Unreleased` section * Remove empty sections from `CHANGELOG.md` * Now release it: ``` git commit -am "Release X.Y.Z" git push ``` This will trigger the [`pre-release`](.github/workflows/pre-release.yml) workflow which creates a PR to a `release/*` branch. Once a member of the [@cucumber/cucumber-ruby](https://github.com/orgs/cucumber/teams/cucumber-ruby) core team has approved the release by merging the PR, the new version of the gem will be released automatically by the [`release`](.github/workflows/release.yml) workflow.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cucumber-wire-6.1.1 | CONTRIBUTING.md |
cucumber-wire-6.1.0 | CONTRIBUTING.md |