Skip to content

Commit

Permalink
Generate changelog
Browse files Browse the repository at this point in the history
Generate changelog
  • Loading branch information
kroese committed May 24, 2023
2 parents f507f9b + e418051 commit 6106e62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -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
Expand Down

0 comments on commit 6106e62

Please sign in to comment.