Skip to content

Commit

Permalink
release note
Browse files Browse the repository at this point in the history
  • Loading branch information
eldertek committed Dec 28, 2024
1 parent 540c5b7 commit 920226b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
BODY=$(cat << 'EOF'
${latest}

## Full Changelog
[Compare v${previous_version}...v${current_version}](${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/compare/v${previous_version}...v${current_version})
EOF
)
BODY=$(cat << EOT
$latest
)
# Update release notes
gh api \
Expand Down

0 comments on commit 920226b

Please sign in to comment.