Added a action to generate release notes

This commit is contained in:
Mahima Singh 2026-01-14 23:00:09 +05:30
parent 7c2fda643f
commit 241eadf78b
3 changed files with 29 additions and 1 deletions

View file

@ -29,6 +29,17 @@ jobs:
echo "version=$version" >> $GITHUB_OUTPUT
echo "Found version $version from lib/vmpooler/version.rb"
- name: Generate Release Notes
uses: docker://githubchangeloggenerator/github-changelog-generator:1.16.2
with:
args: >-
--since-tag ${{ steps.cv.outputs.result }}
--future-release ${{ steps.nv.outputs.version }}
--output release-notes.md
--release-branch main
env:
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Tag Release
uses: ncipollo/release-action@v1
with: