Script updates.

- add a mode to disable finalization steps if they were already merged,
- add the extension version into commit message.

Bug: 243966946
Test: local run
Change-Id: I51505e5d5715b56f3b385d714e1aabaae06f58ed
This commit is contained in:
Alex Buynytskyy
2023-04-11 16:47:35 +00:00
parent 52fdcf5457
commit d98c43c8dd
6 changed files with 31 additions and 10 deletions

View File

@@ -12,4 +12,10 @@ export FINAL_PLATFORM_VERSION='14'
export FINAL_BUILD_PREFIX='UP1A'
export FINAL_MAINLINE_EXTENSION='7'
export FINAL_MAINLINE_EXTENSION='7'
# Options:
# 'unfinalized' - branch is in development state,
# 'sdk' - SDK/API is finalized
# 'rel' - branch is finalized, switched to REL
export FINAL_STATE='unfinalized'