Skip to content

Commit

Permalink
read changelog from CHANGELOG.md for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Aug 20, 2021
1 parent a7f022f commit d83b96b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ jobs:
- run: npm run package
- id: get_version
uses: battila7/get-version-action@v2
- name: Get Changelog Entry
id: changelog_reader
uses: mindsers/changelog-reader-action@v2
with:
version: ${{ steps.get_version.outputs.version }}
- uses: softprops/action-gh-release@v1
with:
body: ${{ steps.changelog_reader.outputs.changes }}
tag_name: ${{ steps.get_version.outputs.version }}
files: psalm-vscode-plugin-${{ steps.get_version.outputs.version }}.vsix

0 comments on commit d83b96b

Please sign in to comment.