Skip to content

Commit

Permalink
Fix parsing commit log
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Mar 4, 2024
1 parent 02190e4 commit 1767e61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update_asana_for_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ find_task_urls_in_git_log() {
| grep -A 1 'Task.*URL' \
| awk '{ print $NF; }' \
| grep app\.asana\.com \
| sed -E 's/.*(https:.*)/\1/' \
| uniq
}

Expand Down

0 comments on commit 1767e61

Please sign in to comment.