Skip to content

Commit

Permalink
Release 2.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
charlierudolph committed Dec 22, 2016
1 parent 8430b21 commit f05d664
Show file tree
Hide file tree
Showing 5 changed files with 6,059 additions and 3,622 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,16 @@
### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v2.0.0-rc4...master)
### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v2.0.0-rc5...master)

### [2.0.0-rc.5](https://github.com/cucumber/cucumber-js/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2016-12-22)

#### Breaking Changes

* Drop support for Node 0.12
* format assertion errors to display diffs

#### Documentation

* fix CLI format-options name (#703) (Florian Ribon)
* add link on README.md to custom formatters documentation

### [2.0.0-rc.4](https://github.com/cucumber/cucumber-js/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2016-12-19)

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -60,11 +60,11 @@ Perform the following steps on a feature branch.
* add new contributors, if any
* `git log --format=format:"%an <%ae>" --reverse <last-version-tag>..HEAD`
* Compile the bundle with `yarn run build-release`
* Ensure the example works `node scripts/server.js`, visit `localhost:9797` in your browser
* Ensure the browser example works by running `node scripts/server.js` and visiting `localhost:9797`
* For now, need to manually update Gherkin with this [change](https://github.com/cucumber/gherkin/commit/46e72cd3cd79965298a9b154af7741480230b916), until the next version is released

Review the changes, if everything looks good, squash merge into master.

* commit message should have the format "Release 0.1.2" (replacing *0.1.2* with the actual version)
* Tag commit as "v0.1.2"
* Publish to NPM
* CI will publish to NPM
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ written in plain language, they can be read by anyone on your team. Because they
read by anyone, you can use them to help improve communication, collaboration and trust on
your team.

Cucumber.js is the JavaScript implementation of Cucumber and runs on both Node.js (0.12, 4 and 6) and *modern* web browsers.
Cucumber.js is the JavaScript implementation of Cucumber and runs on both Node.js (4 and above) and *modern* web browsers.

## Try it now

Expand Down

0 comments on commit f05d664

Please sign in to comment.