File tree Expand file tree Collapse file tree 4 files changed +26
-5
lines changed
Expand file tree Collapse file tree 4 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 22commitizen :
33 name : cz_conventional_commits
44 tag_format : v$major.$minor.$patch$prerelease
5- version : 2.1 .0
5+ version : 2.2 .0
66 version_files :
7- - ' api/internal/config.go:^ Version ='
7+ - api/internal/config.go:^ Version =
88 - ' charts/autoversioned/Chart.yaml:^version:'
99 - ' charts/autoversioned/Chart.yaml:^appVersion:'
Original file line number Diff line number Diff line change 1+ ## v2.2.0 (2023-02-24)
2+
3+ ### Feat
4+
5+ - add port forwarding
6+
7+ ### Fix
8+
9+ - build executables from other directories
10+
11+ ## v2.1.0 (2023-02-24)
12+
13+ ### Feat
14+
15+ - ** core** : split modules for golang api
16+ - add skaffold configuration + some minor rearrangement inside github repo
17+
18+ ### Fix
19+
20+ - test caching
21+
122## v2.0.1 (2023-02-24)
223
324### Fix
Original file line number Diff line number Diff line change 11package internal
22
33var (
4- Version = "2.1 .0"
4+ Version = "2.2 .0"
55)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22
33name : autoversioned
44
5- version : 2.1 .0
6- appVersion : 2.1 .0
5+ version : 2.2 .0
6+ appVersion : 2.2 .0
77
88type : application
You can’t perform that action at this time.
0 commit comments