File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## To Be Released
4
4
5
+ ## v1.3.1 - Jun. 09 2022
6
+
5
7
* chore(go): use go 1.17
6
8
* build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.0 to 3.5.4
7
9
* build(deps): bump github.com/iancoleman/strcase from 0.1.1 to 0.2.0
Original file line number Diff line number Diff line change 1
- # Go Etcd Cron v1.3.0
1
+ # Go Etcd Cron v1.3.1
2
2
3
3
This package has been based on the project [ https://github.com/robfig/cron ] ( https://github.com/robfig/cron )
4
4
@@ -64,11 +64,11 @@ Commit, tag and create a new release:
64
64
65
65
``` shell
66
66
git add CHANGELOG.md README.md
67
- git commit -m " Bump v1.3.0 "
68
- git tag v1.3.0
67
+ git commit -m " Bump v1.3.1 "
68
+ git tag v1.3.1
69
69
git push origin master
70
70
git push --tags
71
- hub release create v1.3.0
71
+ hub release create v1.3.1
72
72
```
73
73
74
74
The title of the release should be the version number and the text of the release is the same as the changelog.
You can’t perform that action at this time.
0 commit comments