File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 22commitizen :
33 name : cz_conventional_commits
44 tag_format : $version
5- version : 1.2 .0
5+ version : 1.3 .0
66 version_files :
77 - server/serve.go
88 - charts/autoversioned/Chart.yaml
Original file line number Diff line number Diff line change 1+ ## 1.3.0 (2023-02-24)
2+
3+ ### Fix
4+
5+ - add more permissions to pipeline
6+ - fix github tokens inside release
7+ - add target commit to creating release
8+
19## 1.2.0 (2023-02-24)
210
311### Feat
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22
33name : autoversioned
44
5- version : 1.2 .0
6- appVersion : 1.2 .0
5+ version : 1.3 .0
6+ appVersion : 1.3 .0
77
88type : application
Original file line number Diff line number Diff line change 55 "net/http"
66)
77
8- var version = "1.2 .0"
8+ var version = "1.3 .0"
99
1010func getVersion (w http.ResponseWriter , req * http.Request ) {
1111 log .Printf ("Responding with version" )
You can’t perform that action at this time.
0 commit comments