Skip to content

Commit

Permalink
Bump v7.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Oct 2, 2024
1 parent 31b1c70 commit 9ec0ff8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## To Be Released

## v7.1.3

* build(go): use go 1.22
* build(deps): various updates

## v7.1.3

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Etcd Discovery v7.1.3
# Etcd Discovery v7.1.4

This is a Go package for managing services over the decentralized key-value store [etcd](https://github.com/etcd-io/etcd).

Expand Down Expand Up @@ -129,11 +129,11 @@ Bump new version number in `CHANGELOG.md` and `README.md`.
Commit, tag and create a new release:

```sh
version="7.1.3"
version="7.1.4"

git switch --create release/${version}
git add CHANGELOG.md README.md
git commit -m "Bump v${version}"
git commit --message="Bump v${version}"
git push --set-upstream origin release/${version}
gh pr create --reviewer=EtienneM --fill-first --base master
```
Expand Down

0 comments on commit 9ec0ff8

Please sign in to comment.