diff --git a/src/build.sh b/src/build.sh index 10ddef0..5f1abb0 100755 --- a/src/build.sh +++ b/src/build.sh @@ -155,9 +155,9 @@ else git add ${CHART_PACKAGE_DIR}/*.tgz # Assumption is, at this point we do not have any modified files except # those modified by the script - # git add -A - # git commit -m "Release version ${VERSION} by ./build release command" - # git tag "${VERSION}" + git add -A + git commit -m "Release version ${VERSION} by ./build release command" + git tag "${VERSION}" exit_if_failure "$1" "Cannot tag release version. Fix the reported issue (you may need to reset head to undo "Release commit")" # update chart index fiel for Artifacthub to get new update rebase_charts_on_master