Bump version of conf.yaml file
[releng/builder.git] / jjb / autorelease / version-bump.sh
index 12e1b849b3c50c378e53802cad12b3e9ea9d91b2..1980f77df94a823286db48255891552b89a44589 100644 (file)
@@ -59,6 +59,8 @@ if [ "$BRANCH_CUT" = "false" ]; then
     commit_msg="Bump versions by x.y.(z+1)"
 else
     commit_msg="Bump versions by x.(y+1).z"
+    # If we are branch cutting we also need to bump the docs/conf.yaml version
+    find . -type f -name conf.yaml -exec sed -i "s/version:.*/version: ${STREAM^}/" {} \;
 fi
 lftools version bump "$RELEASE_TAG"