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' XENA = 'xena'
YOGA = 'yoga' YOGA = 'yoga'
ZED = 'zed' ZED = 'zed'
ANTELOPE = 'antelope' RELEASE_2023_1 = '2023.1'
NEUTRON_MILESTONES = [ NEUTRON_MILESTONES = [
# earlier milestones were not tagged # earlier milestones were not tagged
@ -55,7 +55,7 @@ NEUTRON_MILESTONES = [
WALLABY, WALLABY,
XENA, XENA,
YOGA, YOGA,
ANTELOPE, RELEASE_2023_1,
# Do not add the milestone until the end of the release # 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' CONTRACT_HEAD_FILENAME = 'CONTRACT_HEAD'
EXPAND_HEAD_FILENAME = 'EXPAND_HEAD' EXPAND_HEAD_FILENAME = 'EXPAND_HEAD'
CURRENT_RELEASE = migration.ANTELOPE CURRENT_RELEASE = migration.RELEASE_2023_1
RELEASES = ( RELEASES = (
migration.LIBERTY, migration.LIBERTY,
migration.MITAKA, migration.MITAKA,
@ -55,7 +55,7 @@ RELEASES = (
migration.XENA, migration.XENA,
migration.YOGA, migration.YOGA,
migration.ZED, migration.ZED,
migration.ANTELOPE, migration.RELEASE_2023_1,
) )
EXPAND_BRANCH = 'expand' EXPAND_BRANCH = 'expand'