Skip to content

Commit

Permalink
chore: update jira automation script
Browse files Browse the repository at this point in the history
  • Loading branch information
markusrf committed May 8, 2024
1 parent b17e67c commit 8d8e1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-jira-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mapfile -t issues < <(git log "$previous_tag".."$release_version" | grep -oP 'EC
issues_json=$(jq --compact-output --null-input '$ARGS.positional' --args -- "${issues[@]}")

# Create webhook body
body=$(jq --arg version "$release_version" --argjson issues_json "$issues_json" -Rn '{"issues": $issues_json|unique, "version": $version}')
body=$(jq --arg version "$release_version" --argjson issues_json "$issues_json" -Rn '{"issues_list": $issues_json|unique, "version": $version}')

echo "$body"

Expand Down

0 comments on commit 8d8e1cc

Please sign in to comment.