Bump version of conf.yaml file 55/92055/1
authorThanh Ha <zxiiro@gmail.com>
Tue, 11 Aug 2020 19:13:59 +0000 (15:13 -0400)
committerThanh Ha <zxiiro@gmail.com>
Tue, 11 Aug 2020 19:13:59 +0000 (15:13 -0400)
When branch cutting we not only need to bump pom.xml file versions but
we also need to bump conf.yaml file versions for all projects.

Issue: DOCS-129
Change-Id: I0aa6838d1fd4e2df536a4e30fb8751b7d3a466bf
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
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"