Skip to content

Commit

Permalink
CI: make changlog generator understand labels
Browse files Browse the repository at this point in the history
Now that the labels have been rejigged for fvwm3, make the changelog
generator aware of them.
  • Loading branch information
ThomasAdam committed Dec 21, 2020
1 parent e6d51f5 commit 12a098e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Update CHANGELOG
if: github.ref == 'refs/heads/master'
run: |
docker run -v $(pwd):$(pwd) ferrarimarco/github-changelog-generator -t ${{ secrets.GITHUB_TOKEN }} --user fvwmorg --project fvwm3 -o "$(pwd)/CHANGELOG.md"
docker run -v $(pwd):$(pwd) ferrarimarco/github-changelog-generator --exclude-labels "skip:changelog" --breaking-labels "type:breaking" --enhancement-labels "type:enhancement","type:new-feature" --bug-labels "type:bug" -t ${{ secrets.GITHUB_TOKEN }} --user fvwmorg --project fvwm3 -o "$(pwd)/CHANGELOG.md"
sed -i '/This Changelog was automatically generated/d' CHANGELOG.md
- name: Commit CHANGELOG
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 12a098e

Please sign in to comment.