Generate changelog
This commit is contained in:
parent
791bfba1a3
commit
19def7458f
1 changed files with 6 additions and 1 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -97,7 +97,12 @@ jobs:
|
|||
with:
|
||||
tag: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
|
||||
title: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
|
||||
body: "${{ steps.changelog.outputs.changes }}"
|
||||
body: |
|
||||
## Changelog :eyes:
|
||||
|
||||
${{ steps.changelog.outputs.changes }}
|
||||
|
||||
**Full Changelog**: https://github.com/${{ github.repository }}/compare//${{ env.previousTag }}...v${{ vars.MAJOR }}.${{ vars.MINOR }}
|
||||
-
|
||||
name: Increment version variable
|
||||
uses: action-pack/bump@v2
|
||||
|
|
Loading…
Reference in a new issue