Skip to content

Commit

Permalink
Bump v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Jun 9, 2022
1 parent c5b24c1 commit 3b0b91b
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

## v1.3.1 - Jun. 09 2022

* chore(go): use go 1.17
* build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.0 to 3.5.4
* build(deps): bump github.com/iancoleman/strcase from 0.1.1 to 0.2.0
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Go Etcd Cron v1.3.0
# Go Etcd Cron v1.3.1

This package has been based on the project [https://github.com/robfig/cron](https://github.com/robfig/cron)

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

```shell
git add CHANGELOG.md README.md
git commit -m "Bump v1.3.0"
git tag v1.3.0
git commit -m "Bump v1.3.1"
git tag v1.3.1
git push origin master
git push --tags
hub release create v1.3.0
hub release create v1.3.1
```

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 3b0b91b

Please sign in to comment.