You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Custom Router and Handler v1.4.4
1
+
# Custom Router and Handler v1.4.5
2
2
3
3
[](https://app.codeship.com/projects/263154)
4
4
@@ -103,11 +103,10 @@ Commit, tag and create a new release:
103
103
104
104
```sh
105
105
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
111
110
```
112
111
113
112
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