File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## To Be Released
4
+
5
+ ## v1.3.0 - Jul. 28 2021
6
+
4
7
* Bump etcd client to 3.5.0 and also bump to Go 1.16
5
8
[ #6 ] ( https://github.com/Scalingo/go-etcd-cron/pull/6 )
6
9
Original file line number Diff line number Diff line change 1
- # Go Etcd Cron v1.2.1
1
+ # Go Etcd Cron v1.3.0
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.2.1 "
68
- git tag v1.2.1
67
+ git commit -m " Bump v1.3.0 "
68
+ git tag v1.3.0
69
69
git push origin master
70
70
git push --tags
71
- hub release create v1.2.1
71
+ hub release create v1.3.0
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