Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 369 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 369 Bytes

Please read CONTRIBUTING first. You should clone the cucumber/gherkin repo if you want to contribute.

Run tests

OS X/Linux

Just run make from this directory.

Make a release

git tag -a -m "Version X.Y.Z" vX.Y.Z
git push && git push --tags