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 e5a543c commit 7a81577Copy full SHA for 7a81577
changelog.sh
@@ -9,3 +9,6 @@ echo " artifacthub.io/changes: |" >> Chart.yaml
9
echo "${changelog}" >> Chart.yaml
10
11
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
0 commit comments