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

@ -1,2 +1,2 @@
Examples on how to configure a storage class and start using the driver are here: Examples on how to configure a storage class and start using the driver are here:
https://github.com/ceph/ceph-csi/tree/csi-v1.0/examples/cephfs https://github.com/ceph/ceph-csi/tree/master/examples/cephfs

View File

@ -1,2 +1,2 @@
Examples on how to configure a storage class and start using the driver are here: Examples on how to configure a storage class and start using the driver are here:
https://github.com/ceph/ceph-csi/tree/csi-v1.0/examples/rbd https://github.com/ceph/ceph-csi/tree/master/examples/rbd

View File

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