mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
Generate changelog
Generate changelog
This commit is contained in:
commit
cbdf7d1741
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -97,7 +97,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
|
tag: "v${{ vars.MAJOR }}.${{ vars.MINOR }}"
|
||||||
title: "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
|
name: Increment version variable
|
||||||
uses: action-pack/bump@v2
|
uses: action-pack/bump@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user