Skip to content

Commit

Permalink
fix(actions): include hidden sections in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
graelo committed Sep 10, 2022
1 parent d0dceeb commit 46083f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Use convco to create the changelog
run: |
./convco changelog --max-versions 1 > CHANGELOG.md
./convco changelog --max-versions 1 --include-hidden-sections > CHANGELOG.md
rm convco convco-ubuntu.zip
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 46083f7

Please sign in to comment.