diff --git a/CHANGELOG.md b/CHANGELOG.md index 6acd1fb..ca7bd0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,6 @@ Do this to generate your change history git log --pretty=format:' * %h - %s (%an, %ad)' vX.Y.Z..HEAD -# Release process - -* Bump version and update this changelog -* `bundle exec rake package` -* open `./pkg` -* Draft a new [release](https://github.com/pact-foundation/pact-provider-verifier/releases/new) - * Set name to `pact-provider-verifier-x.y.z` - * Upload artifacts from `./pkg` - ### 0.0.1 (8 May 2016) * 39e75f3 - Pact provider verifier cross-platform CLI tool (Matt Fellows, Thu May 12 07:30:47 2016 +1000) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 95d63de..02b0632 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,3 +9,12 @@ If you are interested in creating bindings in a new langauge, and have a chat to one of us on the [pact-dev Google group][pact-dev]. [pact-dev]: https://groups.google.com/forum/#!forum/pact-dev + +# Release process + +* Bump version and update this changelog +* `bundle exec rake package` +* open `./pkg` +* Draft a new [release](https://github.com/pact-foundation/pact-provider-verifier/releases/new) + * Set name to `pact-provider-verifier-x.y.z` + * Upload `.tar.gz` and `.zip` artifacts from `./pkg` diff --git a/lib/pact/provider_verifier/version.rb b/lib/pact/provider_verifier/version.rb index cae8834..9bee3ed 100644 --- a/lib/pact/provider_verifier/version.rb +++ b/lib/pact/provider_verifier/version.rb @@ -1,5 +1,5 @@ module Pact module ProviderVerifier - VERSION = "0.0.1" + VERSION = "0.0.2" end end