Need to update common-files branch when creating a new version (#8915)

This commit is contained in:
Eric Van Norman 2021-02-05 15:33:16 -06:00 committed by GitHub
parent 343cec0fb7
commit 5925028067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,8 @@ create_branch_for_new_release() {
s/^doc_branch_name: .*$/doc_branch_name: ${NEW_RELEASE_BRANCH}/;
" data/args.yml
UPDATE_BRANCH=${NEW_RELEASE_BRANCH} make update-common
if [[ $(git status --porcelain) ]]; then
git add -A
git commit -m "create a new release branch for ${CURR_MINOR}"