Skip to content

Commit

Permalink
Bump v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Jan 22, 2021
1 parent 942fa68 commit 45e1635
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.4

* Bump github.com/golang/mock from 1.4.3 to 1.4.4 #12
* Bump github.com/stretchr/testify from 1.4.0 to 1.7.0 #13

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.3
# etcd-lock v5.0.4

[ ![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.3"
git tag v5.0.3
git commit -m "Bump v5.0.4"
git tag v5.0.4
git push origin master
git push --tags
hub release create v5.0.3
hub release create v5.0.4
```

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 45e1635

Please sign in to comment.