Skip to content

Commit

Permalink
Bump v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Jul 20, 2021
1 parent 3895a84 commit 1d405f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## To be Released

## v5.0.5

* Bump github.com/golang/mock from 1.4.4 to 1.6.0
* Bump go.etcd.io/etcd/client from 3.3.0 to 3.5.0 (with Go modules support! \o/)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# etcd-lock v5.0.4
# etcd-lock v5.0.5

[ ![Codeship Status for Scalingo/go-etcd-lock](https://app.codeship.com/projects/fda40030-9bc6-0135-f438-2e7abb19bcf1/status?branch=master)](https://app.codeship.com/projects/252772)

Expand Down Expand Up @@ -60,11 +60,11 @@ Commit, tag and create a new release:

```sh
git add CHANGELOG.md README.md
git commit -m "Bump v5.0.4"
git tag v5.0.4
git commit -m "Bump v5.0.5"
git tag v5.0.5
git push origin master
git push --tags
hub release create v5.0.4
hub release create v5.0.5
```

The title of the release should be the version number and the text of the release is the same as the changelog.

0 comments on commit 1d405f9

Please sign in to comment.