Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kanghyungmin committed Sep 23, 2024
1 parent 60131cb commit adc30e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
- name: Generate Release Notes
run: |
echo "## [${{ github.ref }}] - $(date +'%Y-%m-%d')" > release-notes.md
echo "## What's Changed" > release-notes.md
echo "" >> release-notes.md
echo "### 🚀 Pull Requests" >> release-notes.md
echo "${{ steps.get_prs.outputs.pr_list }}" >> release-notes.md
echo "" >> release-notes.md
echo "**Full Changelog**: https://github.com/${{ github.repository }}/compare/${{ github.ref_name }}...${{ github.ref_name }}" >> release-notes.md
- name: Publish Release Notes
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit adc30e9

Please sign in to comment.