Skip to content

Commit

Permalink
fix: too huge plugin archive
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Bouyoud <jBouyoud@users.noreply.github.com>
  • Loading branch information
jBouyoud committed Nov 11, 2020
1 parent c02a7a2 commit 59ee2f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/node_modules/
/repository/
/.bin/
helm-config-scheme.tar.gz
13 changes: 11 additions & 2 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,18 @@ plugins:
- prepareCmd: |
sed -i -E "s#^version:.*#version: ${nextRelease.version}#" plugin.yaml
publishCmd: |
tar --transform 's,^,helm-config-scheme/,' --exclude=.* --exclude=examples --exclude=tests --exclude=helm-config-scheme.tar.gz -zcvf helm-config-scheme.tar.gz *
tar --transform 's,^,helm-config-scheme/,' -zcvf helm-config-scheme.tar.gz \
scripts \
completion.yaml \
LICENSE \
plugin.yaml \
README.md \
USAGE.md
- - '@semantic-release/git'
- message: 'release: ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
- message: |
release: ${nextRelease.version} [skip ci]
${nextRelease.notes}
assets:
- 'CHANGELOG.md'
- 'package.json'
Expand Down

0 comments on commit 59ee2f8

Please sign in to comment.