Skip to content

Commit 7a81577

Browse files
committed
cleanup files
1 parent e5a543c commit 7a81577

File tree

2 files changed

+3
-328
lines changed

2 files changed

+3
-328
lines changed

changelog.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ echo " artifacthub.io/changes: |" >> Chart.yaml
99
echo "${changelog}" >> Chart.yaml
1010

1111
git commit --amend Chart.yaml CHANGELOG.md
12+
13+
changelog="$(sed -e "1,/^## ${version}/d" -e "/^###/,\$d" -e '/^$/d' -e 's/^* /- /' CHANGELOG.md | grep '^- ')"
14+
git tag v${version} -a -m "${changelog//\"}"

values.yaml.swagger

Lines changed: 0 additions & 328 deletions
This file was deleted.

0 commit comments

Comments
 (0)