Skip to content

Commit

Permalink
Update changelog trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
Swedz committed Sep 8, 2024
1 parent a22c914 commit 1ec81be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
} >> $GITHUB_ENV
{
echo "MOD_CHANGELOG_TRIMMED_PUBLISH<<EOF"
echo "$(echo "$MOD_CHANGELOG" | sed -E 's/@([a-zA-Z0-9_]+)/`\@\1`/g' | sed -E 's|https://github.com/([^ ]+)/pull/([0-9]+)|[#\2](https://github.com/\1/pull/\2)|g' | sed -E 's|\*\*Full Changelog\*\*: (https://github.com/[^ ]+/compare/[^\s]+)|[Full Changelog](\1)|g'"
echo "$(echo "$MOD_CHANGELOG" | sed -E 's/@([a-zA-Z0-9_]+)/`\@\1`/g' | sed -E 's|https://github.com/([^ ]+)/pull/([0-9]+)|[#\2](https://github.com/\1/pull/\2)|g' | sed -E 's|\*\*Full Changelog\*\*: (https://github.com/[^ ]+/compare/[^\s]+)|[Full Changelog](\1)|g')"
echo "EOF"
} >> $GITHUB_ENV
- name: Finalize variables
Expand Down

0 comments on commit 1ec81be

Please sign in to comment.