Fix branch name in notes.txt

currently notes.txt container old branch name.
This PR updated the branch name with release

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2020-02-11 14:19:53 +05:30
committed by mergify[bot]
parent d02dfe2dfe
commit 90235c32f8
3 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ push_helm_charts() {
sed -i "s/master/$TRAVIS_BRANCH/" "charts/ceph-csi-$PACKAGE/Chart.yaml"
else
# This is not a canary release, replace master with the tagged branch
sed -i "s/master/v$VERSION/" "charts/ceph-csi-$PACKAGE/templates/NOTES.txt"
sed -i "s/master/v$VERSION/" "charts/ceph-csi-$PACKAGE/Chart.yaml"
fi