File tree 5 files changed +25
-6
lines changed
5 files changed +25
-6
lines changed Original file line number Diff line number Diff line change
1
+ name : Lint Commit Messages
2
+ on : [pull_request]
3
+
4
+ jobs :
5
+ commitlint :
6
+ runs-on : ubuntu-latest
7
+ steps :
8
+ - uses : actions/checkout@v2
9
+ with :
10
+ fetch-depth : 0
11
+ - uses : wagoid/commitlint-github-action@v4
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v2
13
13
- uses : ncipollo/release-action@v1
14
14
with :
15
- body : Check CHANGELOG.md for details
15
+ body :
16
+ Please refer to
17
+ [CHANGELOG.md](https://github.com/go-redis/redis/blob/master/CHANGELOG.md) for details
Original file line number Diff line number Diff line change 1
- # Changelog
2
-
3
- > :heart :
4
- > [ ** Uptrace.dev** - All-in-one tool to optimize performance and monitor errors & logs] ( https://uptrace.dev )
5
-
6
1
## v8.11
7
2
8
3
- Remove OpenTelemetry metrics.
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " redis" ,
3
+ "version" : " 0.0.0" ,
4
+ "main" : " index.js" ,
5
+ "repository" : " git@github.com:go-redis/redis.git" ,
6
+ "author" : " Vladimir Mihailenco <vladimir.webdev@gmail.com>" ,
7
+ "license" : " BSD-2-clause"
8
+ }
Original file line number Diff line number Diff line change 58
58
done
59
59
60
60
sed --in-place " s/\(return \)\" [^\" ]*\" /\1\" ${TAG# v} \" /" ./version.go
61
+ sed --in-place " s/\(\" version\" : \)\" [^\" ]*\" /\1\" ${TAG# v} \" /" ./package.json
62
+
63
+ conventional-changelog -p angular -i CHANGELOG.md -s
61
64
62
65
git checkout -b release/${TAG} master
63
66
git add -u
You can’t perform that action at this time.
0 commit comments