We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd806ba commit 897e626Copy full SHA for 897e626
README.md
@@ -11,7 +11,7 @@ This allows you to run a single command and package the next version of your cha
11
12
You can install a specific release version:
13
14
- $ helm plugin install https://github.com/sstarcher/helm-release --version 0.2.1
+ $ helm plugin install https://github.com/sstarcher/helm-release --version 0.2.2
15
16
## Usage
17
plugin.yaml
@@ -1,5 +1,5 @@
1
name: "release"
2
-version: "0.2.1"
+version: "0.2.2"
3
usage: "Determines the charts next release number"
4
description: |-
5
This plugin will use environment variables and git history to divine the next chart version.
0 commit comments