[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:
2
.github/workflows/github-release.yml
vendored
2
.github/workflows/github-release.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user