Skip to content

Commit 18d6b89

Browse files
committed
chore: adding another jira status to track during onprem docs release
1 parent a308b85 commit 18d6b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/release-notes-onprem.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ for i in $(git log $PROD_TAG...$DEV_TAG | grep -Eo '(PACT-|CC-)([0-9]+)' | sort
122122
# more work required to complete it but we still want to attach a version to the ticket which tells Jira that
123123
# part of the code has been released to production.
124124
status=$(echo $response | jq '.fields.status.name' | tr -d '"')
125-
if [ "$status" = "Done" ]; then
125+
if [ "$status" = "Done" ] || [ "$status" = "Released" ]; then
126126

127127
platform=$(echo $response | jq '.fields.customfield_17522.value' | tr -d '"')
128128
if [ "$platform" = "saas" ]; then

0 commit comments

Comments
 (0)