File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11---
22commitizen :
33 name : cz_conventional_commits
4- tag_format : " v$major.$minor.$patch$prerelease"
5- version : 2.0.0
4+ tag_format : v$major.$minor.$patch$prerelease
5+ version : 2.0.1
66 version_files :
77 - server/serve.go
88 - charts/autoversioned/Chart.yaml
Original file line number Diff line number Diff line change 1+ ## v2.0.1 (2023-02-24)
2+
3+ ### Fix
4+
5+ - change tag_format for commitizen
6+ - add cache for github actions
7+
18## 2.0.0 (2023-02-24)
29
310### Fix
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22
33name : autoversioned
44
5- version : 2.0.0
6- appVersion : 2.0.0
5+ version : 2.0.1
6+ appVersion : 2.0.1
77
88type : application
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212)
1313
1414var (
15- version = "2.0.0 "
15+ version = "2.0.1 "
1616 secret = "none"
1717 port = 8080
1818)
You can’t perform that action at this time.
0 commit comments