mirror of https://github.com/istio/istio.io.git
Fixup master branch post 1.20 branch cut (#14153)
* Fixup master branch post 1.20 branch cut * fix script * Fix .spelling rebase * Run make format-spelling * Use script from gencheck failure
This commit is contained in:
parent
cc163586b8
commit
3ebacafbc6
|
@ -95,7 +95,7 @@ archive_old_release() {
|
|||
s/^archive_search_refinement: .*$/archive_search_refinement: \"V${PREV_MINOR}\"/
|
||||
" data/args.yml
|
||||
|
||||
sed -i "s/^disableAliases = true$/disableAliases = false/" config.toml
|
||||
sed -i "s/^disableAliases = true$/disableAliases = false/" hugo.toml
|
||||
|
||||
if [[ $(git status --porcelain) ]]; then # for idempotence
|
||||
git add -u
|
||||
|
@ -192,4 +192,4 @@ parse_input "$1"
|
|||
archive_old_release
|
||||
create_branch_for_new_release
|
||||
advance_master_to_next_release
|
||||
echo "[SUCCESS] New release now has been created in the branch 'release-${CURR_MINOR}'"
|
||||
echo "[SUCCESS] New release now has been created in the branch 'release-${CURR_MINOR}'"
|
Loading…
Reference in New Issue