Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentcapicotto committed Aug 19, 2020
1 parent 8c6400f commit 02d3ea8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,3 +9,4 @@
/doc
.bundle
vendor/
.idea/
18 changes: 10 additions & 8 deletions CHANGELOG.md
Expand Up @@ -4,21 +4,23 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO

### Added

* N/A

### Changed

* Updated gems:
* `cucumber-gherkin` ~> 14.1.0
* `cucumber-messages` ~> 12.3.2
### Deprecated

### Removed

* N/A
### Fixed

### Dependencies

### Improved
## [8.0.0](https://github.com/cucumber/cucumber-ruby-core/compare/v7.1.0...v8.0.0)

### Dependencies

* N/A
* Updated gems: (look at the diff for details)
* `cucumber-gherkin`
* `cucumber-messages`

## [7.1.0](https://github.com/cucumber/cucumber-ruby-core/compare/v7.0.0...v7.1.0)

Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -4,11 +4,13 @@ Release Process
* Upgrade gems with `scripts/update-gemspec`
* Bump the version number in `lib/cucumber/core/version.rb`
* Update `CHANGELOG.md` with the upcoming version number and create a new `In Git` section
* Remove empty sections from `CHANGELOG.md`
* Now release it:

```
bundle update
bundle exec rake
git commit -m "Release X.Y.Z"
# Make sure you run gem signin as the cukebot@cucumber.io user before running the following step. Credentials can be found in keybase
rake release
```
2 changes: 1 addition & 1 deletion lib/cucumber/core/version.rb
Expand Up @@ -3,7 +3,7 @@ module Cucumber
module Core
class Version
def self.to_s
"7.1.0"
"8.0.0"
end
end
end
Expand Down

0 comments on commit 02d3ea8

Please sign in to comment.