Skip to content

Commit

Permalink
fix updating the plugin.yaml file in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
vbehar committed May 11, 2020
1 parent 68ec735 commit b2e4445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ helm3-unittest
_dist

.DS_Store

plugin.yaml
File renamed without changes.
1 change: 1 addition & 0 deletions update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

# script used by goreleaser - see .goreleaser.yml

cp plugin.tmpl plugin.yaml
echo "version: $1" >> plugin.yaml

0 comments on commit b2e4445

Please sign in to comment.