Skip to content

Commit 06aad31

Browse files
committed
Bump v1.4.5
1 parent 93ccdfe commit 06aad31

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## To be Released
44

5+
## v1.4.5
6+
57
* feat(error_middleware): log at info level for all non-5xx errors
68
* chore(deps): bump github.com/gofrs/uuid from 4.2.0+incompatible to 4.3.0+incompatible
79
* chore(deps): bump github.com/Scalingo/go-utils/logger

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Custom Router and Handler v1.4.4
1+
# Custom Router and Handler v1.4.5
22

33
[ ![Codeship Status for Scalingo/go-handlers](https://app.codeship.com/projects/9bd8e5d0-d609-0135-e8d1-2aadb9628cc1/status?branch=master)](https://app.codeship.com/projects/263154)
44

@@ -103,11 +103,10 @@ Commit, tag and create a new release:
103103

104104
```sh
105105
git add CHANGELOG.md README.md
106-
git commit -m "Bump v1.4.4"
107-
git tag v1.4.4
108-
git push origin master
109-
git push --tags
110-
hub release create v1.4.4
106+
git commit -m "Bump v1.4.5"
107+
git tag v1.4.5
108+
git push origin master v1.4.5
109+
gh release create v1.4.5
111110
```
112111

113112
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)