Skip to content

Commit 20b4260

Browse files
Bump v1.3.0
1 parent d6888d1 commit 20b4260

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## To Be Released
4+
5+
## v1.3.0 - Jul. 28 2021
6+
47
* Bump etcd client to 3.5.0 and also bump to Go 1.16
58
[#6](https://github.com/Scalingo/go-etcd-cron/pull/6)
69

README.md

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

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

@@ -64,11 +64,11 @@ Commit, tag and create a new release:
6464

6565
```shell
6666
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
6969
git push origin master
7070
git push --tags
71-
hub release create v1.2.1
71+
hub release create v1.3.0
7272
```
7373

7474
The title of the release should be the version number and the text of the release is the same as the changelog.

0 commit comments

Comments
 (0)