Skip to content

Commit 7c8cb61

Browse files
committed
don't bump chat's appVersion by default
1 parent b55a19b commit 7c8cb61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Bump a Helm Chart Version Locally
1111
chart-path: charts/mychart
1212
app_version: true
1313
level: patch
14-
```
14+
```

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branding:
66
inputs:
77
app_version:
88
description: to also bump app-version
9-
default: "true"
9+
default: "false"
1010
required: false
1111
level:
1212
description: patch/minor/major

0 commit comments

Comments
 (0)