Merge "Change the release tag to use the release identification"

This commit is contained in:
Zuul 2023-03-11 20:24:38 +00:00 committed by Gerrit Code Review
commit bf568cb24e
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ WALLABY = 'wallaby'
XENA = 'xena'
YOGA = 'yoga'
ZED = 'zed'
ANTELOPE = 'antelope'
RELEASE_2023_1 = '2023.1'
NEUTRON_MILESTONES = [
# earlier milestones were not tagged
@ -55,7 +55,7 @@ NEUTRON_MILESTONES = [
WALLABY,
XENA,
YOGA,
ANTELOPE,
RELEASE_2023_1,
# Do not add the milestone until the end of the release
]

View File

@ -38,7 +38,7 @@ HEADS_FILENAME = 'HEADS'
CONTRACT_HEAD_FILENAME = 'CONTRACT_HEAD'
EXPAND_HEAD_FILENAME = 'EXPAND_HEAD'
CURRENT_RELEASE = migration.ANTELOPE
CURRENT_RELEASE = migration.RELEASE_2023_1
RELEASES = (
migration.LIBERTY,
migration.MITAKA,
@ -55,7 +55,7 @@ RELEASES = (
migration.XENA,
migration.YOGA,
migration.ZED,
migration.ANTELOPE,
migration.RELEASE_2023_1,
)
EXPAND_BRANCH = 'expand'