Skip to content

Commit

Permalink
Merge pull request metal3-io#1287 from Nordix/fix/capm3-release
Browse files Browse the repository at this point in the history
Point CAPM3RELEASE to v1.5.99 for release-1.5 branch
  • Loading branch information
metal3-io-bot authored Aug 31, 2023
2 parents b2243be + cedbe78 commit e3f03b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ elif [ "${CAPM3RELEASEBRANCH}" = "release-1.4" ]; then
export CAPM3RELEASE="${CAPM3RELEASE:-$(get_latest_release "${CAPM3RELEASEPATH}" "v1.4.")}"
export CAPIRELEASE="${CAPIRELEASE:-$(get_latest_release "${CAPIRELEASEPATH}" "v1.4.")}"
elif [ "${CAPM3RELEASEBRANCH}" = "release-1.5" ]; then
export CAPM3RELEASE="${CAPM3RELEASE:-$(get_latest_release "${CAPM3RELEASEPATH}" "v1.5.")}"
# 1.5.99 points to the head of the release-1.5 branch. Local override for CAPM3 is created for this version.
export CAPM3RELEASE="v1.5.99"
export CAPIRELEASE="${CAPIRELEASE:-$(get_latest_release "${CAPIRELEASEPATH}" "v1.5.")}"
else
# We need to fix this to a non-existent CAPM3 release version to make sure
# the local override created for main branch is not conflicting with existing
# release tag.
# 1.5.99 points to the head of the main branch as well. Local override for CAPM3 is created for this version.
# We should change it to v1.6.99 when we point main branch towards CAI v1.6 contract soon.
export CAPM3RELEASE="v1.5.99"
export CAPIRELEASE="${CAPIRELEASE:-$(get_latest_release "${CAPIRELEASEPATH}" "v1.5.")}"
fi
Expand Down

0 comments on commit e3f03b3

Please sign in to comment.