Skip to content

Commit

Permalink
added changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sainsaji authored Feb 15, 2024
1 parent 2cc7a22 commit 5a0ba09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
id: tag
run: |
echo "::set-output name=release_tag::UserBuild_$(date +"%Y.%m.%d_%H-%M")"
- name: Changelog
uses: scottbrenner/generate-changelog-action@master
id: Changelog
env:
REPO: ${{ github.repository }}
- uses: actions/upload-artifact@v4
with:
name: my-artifact
Expand Down

0 comments on commit 5a0ba09

Please sign in to comment.