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 80c7db4 commit 540c5b7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Format release body with proper markdown
BODY="${latest}
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})"

[Compare v${previous_version}...v${current_version}](${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/compare/v${previous_version}...v${current_version})
EOF
)

# Update release notes
gh api \
--method GET \
Expand Down

0 comments on commit 540c5b7

Please sign in to comment.