Skip to content

Commit

Permalink
chore: adding another jira status to track during onprem docs release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia committed Apr 5, 2024
1 parent a308b85 commit 18d6b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/release-notes-onprem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ for i in $(git log $PROD_TAG...$DEV_TAG | grep -Eo '(PACT-|CC-)([0-9]+)' | sort
# more work required to complete it but we still want to attach a version to the ticket which tells Jira that
# part of the code has been released to production.
status=$(echo $response | jq '.fields.status.name' | tr -d '"')
if [ "$status" = "Done" ]; then
if [ "$status" = "Done" ] || [ "$status" = "Released" ]; then

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

0 comments on commit 18d6b89

Please sign in to comment.