Skip to content

Commit

Permalink
Merge pull request #839 from Scalingo/release/errors/2.4.0
Browse files Browse the repository at this point in the history
[errors] Bump v2.4.0
  • Loading branch information
EtienneM authored Feb 14, 2024
2 parents 812847e + 97b9c83 commit 16c9a45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ version="X.Y.Z"

git switch --create release/${module}/${version}
git add ${module}/CHANGELOG.md ${module}/README.md
git commit -m "[${module}] Bump v${version}"
git commit --message="[${module}] Bump v${version}"
git push --set-upstream origin release/${module}/${version}
gh pr create --reviewer=EtienneM --title "$(git log -1 --pretty=%B)"
```
Expand Down
2 changes: 2 additions & 0 deletions errors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## To be Released

## v2.4.0

* docs(errors): deprecate use of `errgo` in `ErrCtx`

## v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion errors/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Package `errors` v2.3.0
# Package `errors` v2.4.0

The package `errors` contains various utility regarding errors management.

0 comments on commit 16c9a45

Please sign in to comment.