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:
Eric Van Norman 2023-11-14 14:22:17 -06:00 committed by GitHub
parent cc163586b8
commit 3ebacafbc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1228,4 +1228,4 @@ _CA_
_data
_V2_
_v2_
_v3_
_v3_

View File

@ -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}'"