Skip to content

Commit 66d74d7

Browse files
committed
add changelog
1 parent 9a6b666 commit 66d74d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-release-import-script.yml

+5
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ jobs:
9393
with:
9494
tag_name: ${{ steps.get_version.outputs.VERSION }}
9595
release_name: Astro Import Script ${{ steps.get_version.outputs.VERSION }}
96+
body: |
97+
## What's Changed
98+
${{ steps.changelog.outputs.CHANGELOG }}
99+
100+
For full changelog, see [here](https://github.com/${{ github.repository }}/compare/${{ env.PREVIOUS_TAG }}...${{ steps.get_version.outputs.VERSION }})
96101
draft: false
97102
prerelease: false
98103

0 commit comments

Comments
 (0)