We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437f0ea commit ebac0eeCopy full SHA for ebac0ee
README.md
@@ -373,7 +373,7 @@ Bump `version` in `plugin.yaml`:
373
374
```
375
$ code plugin.yaml
376
-$ git commit -m 'Bump helm-diff version to 3.x.y'
+$ git commit -s -m 'Bump helm-diff version to 3.x.y'
377
378
379
Set `GITHUB_TOKEN` and run:
plugin.yaml
@@ -1,7 +1,7 @@
1
name: "diff"
2
# Version is the version of Helm plus the number of official builds for this
3
# plugin
4
-version: "3.12.3"
+version: "3.12.4"
5
usage: "Preview helm upgrade changes as a diff"
6
description: "Preview helm upgrade changes as a diff"
7
useTunnel: true
0 commit comments