[CI] Temp mods to test release pipeline

- Allow SNAPSHOT versions to go through the release process. It is harmless as the SNAPSHOT will already be deployed to artifactory as part of the regular CI pipeline.
This commit is contained in:
Chris Bono
2022-09-18 23:13:38 -05:00
parent 34ca8b90d0
commit cb582d6ec4
2 changed files with 14 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ jobs:
gh issue list \
--repo spring-projects-experimental/spring-pulsar \
--state all --json number,title,labels \
--search milestone:$releaseVersion \
--search label:aot-native \
--jq '{issues:map(select((.labels | length == 0) or (any(.labels[].name; startswith("automation/rlnotes")|not))) + {repo:"spring-projects-experimental/spring-pulsar"})}' \
> $RELEASE_NOTES_ISSUES