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 22
33## To Be Released
44
5+ ## v7.0.3
6+
57* Bump github.com/gofrs/uuid from 3.3.0+incompatible to 3.4.0+incompatible #45
68
79## v7.0.2
Original file line number Diff line number Diff line change 1- # Etcd Discovery v7.0.2
1+ # Etcd Discovery v7.0.3
22
33This is a golang package for managing services over the decentralized key-value store etcd
44
@@ -122,11 +122,11 @@ Commit, tag and create a new release:
122122
123123``` sh
124124git add CHANGELOG.md README.md
125- git commit -m " Bump v7.0.2 "
126- git tag v7.0.2
125+ git commit -m " Bump v7.0.3 "
126+ git tag v7.0.3
127127git push origin master
128128git push --tags
129- hub release create v7.0.2
129+ hub release create v7.0.3
130130```
131131
132132The 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