Skip to content

Commit 738d837

Browse files
chore: Bump package version (#10)
Co-authored-by: mtrqq <mtrqq@users.noreply.github.com>
1 parent f7f12fc commit 738d837

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
commitizen:
33
name: cz_conventional_commits
44
tag_format: v$major.$minor.$patch$prerelease
5-
version: 2.2.0
5+
version: 2.3.0
66
version_files:
77
- api/internal/config.go:^ Version =
88
- 'charts/autoversioned/Chart.yaml:^version:'

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v2.3.0 (2023-02-24)
2+
3+
## v2.3.0 (2023-02-24)
4+
5+
### Feat
6+
7+
- attempt to implement async release pipeline
8+
19
## v2.2.0 (2023-02-24)
210

311
### Feat

api/internal/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package internal
22

33
var (
4-
Version = "2.2.0"
4+
Version = "2.3.0"
55
)

charts/autoversioned/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22

33
name: autoversioned
44

5-
version: 2.2.0
6-
appVersion: 2.2.0
5+
version: 2.3.0
6+
appVersion: 2.3.0
77

88
type: application

0 commit comments

Comments
 (0)