We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a308b85 commit 18d6b89Copy full SHA for 18d6b89
scripts/release/release-notes-onprem.sh
@@ -122,7 +122,7 @@ for i in $(git log $PROD_TAG...$DEV_TAG | grep -Eo '(PACT-|CC-)([0-9]+)' | sort
122
# more work required to complete it but we still want to attach a version to the ticket which tells Jira that
123
# part of the code has been released to production.
124
status=$(echo $response | jq '.fields.status.name' | tr -d '"')
125
- if [ "$status" = "Done" ]; then
+ if [ "$status" = "Done" ] || [ "$status" = "Released" ]; then
126
127
platform=$(echo $response | jq '.fields.customfield_17522.value' | tr -d '"')
128
if [ "$platform" = "saas" ]; then
0 commit comments