Skip to content

Commit

Permalink
Merge pull request #102 from Scalingo/release/5.0.8
Browse files Browse the repository at this point in the history
Bump v5.0.8
  • Loading branch information
EtienneM authored Oct 2, 2024
2 parents 5a10b92 + 7a25b6b commit c2e1149
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

## v5.0.8

* build: update Go from 1.20 to 1.22
* build(deps): various updates

## v5.0.7

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-lock v5.0.7
# etcd-lock v5.0.8

[ ![Codeship Status for Scalingo/go-etcd-lock](https://app.codeship.com/projects/fda40030-9bc6-0135-f438-2e7abb19bcf1/status?branch=master)](https://app.codeship.com/projects/252772)

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

```sh
version="5.0.7"
version="5.0.8"

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 --title "$(git log -1 --pretty=%B)"
```
Expand Down

0 comments on commit c2e1149

Please sign in to comment.