Skip to content

Commit

Permalink
CI: Tweak CHANGELOG generator
Browse files Browse the repository at this point in the history
Add additional flags
  • Loading branch information
ThomasAdam committed Nov 30, 2020
1 parent c8a3567 commit ef1f43c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ jobs:
issues: true
issuesWoLabels: false
pullRequests: true
prWoLabels: false
prWoLabels: true
author: true
unreleased: true
stripGeneratorNotice: true
verbose: true
compareLink: true
httpCache: true
- name: Commit CHANGELOG
if: github.ref == 'refs/heads/master'
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit ef1f43c

Please sign in to comment.