Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cucumber/cucumber
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Sep 9, 2011
2 parents 212c3bc + 1b8a0f4 commit 9be6ed9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Expand Up @@ -19,7 +19,19 @@ The documentation is at https://wiki.github.com/cucumber/cucumber/
git submodule update --init --recursive
rake

## Release Process

* Bump the version number in `lib/cucumber/platform.rb`.
* Make sure `History.md` is updated with the upcoming version number, and has entries for all fixes.

Now release it

bundle update
rake
git commit -m "Release X.Y.Z"
rake release

## Copyright

Copyright (c) 2008,2009,2010,2011 Aslak Hellesøy. See LICENSE for details.
Copyright (c) 2008,2009,2010,2011 Aslak Hellesøy and Contributors. See LICENSE for details.

0 comments on commit 9be6ed9

Please sign in to comment.