mirror of https://github.com/istio/istio.io.git
Need to update common-files branch when creating a new version (#8915)
This commit is contained in:
parent
343cec0fb7
commit
5925028067
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue