Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed May 12, 2016
1 parent db8bdf4 commit 85b215f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
2 changes: 1 addition & 1 deletion lib/pact/provider_verifier/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pact
module ProviderVerifier
VERSION = "0.0.1"
VERSION = "0.0.2"
end
end

0 comments on commit 85b215f

Please sign in to comment.