Skip to content

Commit

Permalink
Use changelog in ci release via yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
zZoMROT committed Feb 3, 2025
1 parent 7ea2353 commit 2930858
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 @@ -29,6 +29,9 @@ jobs:
CHANGELOG_OUTPUT=$(npx auto-changelog --stdout)
NOTES=$(echo "$CHANGELOG_OUTPUT" | awk "/\/${VERSION//./\\.} \(/ {print; flag=1; next} /^solidity-utils\// {flag=0} flag")
echo "$CHANGELOG_OUTPUT" | awk "/\/${VERSION//./\\.} \(/"
echo "$CHANGELOG_OUTPUT" | awk "/\/${VERSION//./\\.} \(/ {print; flag=1; next} /^solidity-utils\// {flag=0} flag"
if [ -z "$NOTES" ]; then
echo "❌ No changelog entry found for version $VERSION"
echo "Use: yarn changelog"
Expand Down

0 comments on commit 2930858

Please sign in to comment.