File tree Expand file tree Collapse file tree 5 files changed +25
-6
lines changed Expand file tree Collapse file tree 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 1212 - uses : actions/checkout@v2
1313 - uses : ncipollo/release-action@v1
1414 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-
61## v8.11
72
83- 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 5858done
5959
6060sed --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
6164
6265git checkout -b release/${TAG} master
6366git add -u
You can’t perform that action at this time.
0 commit comments