File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## To Be Released
4
4
5
+ ## v1.3.3 - Oct. 2 2024
6
+
5
7
* build(go): use go 1.22
8
+ * build: various dependencies updates
6
9
7
10
## v1.3.2 - Oct. 17 2023
8
11
Original file line number Diff line number Diff line change 1
- # Go Etcd Cron v1.3.2
1
+ # Go Etcd Cron v1.3.3
2
2
3
3
This package has been based on the project [ https://github.com/robfig/cron ] ( https://github.com/robfig/cron )
4
4
@@ -63,11 +63,11 @@ Bump new version number in `CHANGELOG.md` and `README.md`.
63
63
Commit, tag and create a new release:
64
64
65
65
``` sh
66
- version=" 1.3.2 "
66
+ version=" 1.3.3 "
67
67
68
68
git switch --create release/${version}
69
69
git add CHANGELOG.md README.md
70
- git commit -m " Bump v${version} "
70
+ git commit --message= " Bump v${version} "
71
71
git push --set-upstream origin release/${version}
72
72
gh pr create --reviewer=EtienneM --title " $( git log -1 --pretty=%B) "
73
73
```
You can’t perform that action at this time.
0 commit comments