Skip to content

Commit

Permalink
wip: Stampa contenuto changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSavefrogs committed Oct 30, 2023
1 parent a35132a commit d8e93af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
tag_name="$(echo "${{ github.ref }}" | sed -r 's/refs\/tags\///')";
echo "Tag name: '$tag_name'";
file -i CHANGELOG.md;
cat CHANGELOG.md;
changelog_slug="$(cat CHANGELOG.md | iconv -f ISO-8859-1 -t UTF-8 | grep -a -E "^##\s*\[\s*${tag_name//./\\.}\s*\].*" CHANGELOG.md)";
echo "::debug::Changelog entry: '$changelog_slug'";
Expand Down

0 comments on commit d8e93af

Please sign in to comment.