Skip to content

Commit

Permalink
Merge pull request #536 from cucumber/release/2_5_1
Browse files Browse the repository at this point in the history
Release v2.5.1
  • Loading branch information
luke-hill authored Apr 4, 2022
2 parents 5bfb421 + 3dccea9 commit c71edb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md)
on how to contribute to Cucumber.

## [main](https://github.com/cucumber/cucumber-rails/compare/v2.5.0...main) (Not yet released)
## [main](https://github.com/cucumber/cucumber-rails/compare/v2.5.1...main) (Not yet released)

### New Features



### Changed

### Fixed

## [v2.5.1](https://github.com/cucumber/cucumber-rails/compare/v2.5.0...v2.5.1) (2022-04-01)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL := /usr/bin/env bash
release:
[ -d '../secrets' ] || git clone keybase://team/cucumberbdd/secrets ../secrets
git -C ../secrets pull
git checkout master && git pull
git checkout main && git pull
../secrets/update_permissions
docker run \
--volume "${shell pwd}":/app \
Expand Down
2 changes: 1 addition & 1 deletion cucumber-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path('lib', __dir__)

Gem::Specification.new do |s|
s.name = 'cucumber-rails'
s.version = '2.5.0'
s.version = '2.5.1'
s.authors = ['Aslak Hellesøy', 'Dennis Blöte', 'Rob Holland']
s.description = 'Cucumber Generator and Runtime for Rails'
s.summary = "#{s.name}-#{s.version}"
Expand Down

0 comments on commit c71edb7

Please sign in to comment.