Skip to content

Commit 442c962

Browse files
committed
Bump v1.3.3
1 parent 3a1a9bf commit 442c962

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## To Be Released
44

5+
## v1.3.3 - Oct. 2 2024
6+
57
* build(go): use go 1.22
8+
* build: various dependencies updates
69

710
## v1.3.2 - Oct. 17 2023
811

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Go Etcd Cron v1.3.2
1+
# Go Etcd Cron v1.3.3
22

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

@@ -63,11 +63,11 @@ Bump new version number in `CHANGELOG.md` and `README.md`.
6363
Commit, tag and create a new release:
6464

6565
```sh
66-
version="1.3.2"
66+
version="1.3.3"
6767

6868
git switch --create release/${version}
6969
git add CHANGELOG.md README.md
70-
git commit -m "Bump v${version}"
70+
git commit --message="Bump v${version}"
7171
git push --set-upstream origin release/${version}
7272
gh pr create --reviewer=EtienneM --title "$(git log -1 --pretty=%B)"
7373
```

0 commit comments

Comments
 (0)