Skip to content

Commit

Permalink
fix sections
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Jul 29, 2024
1 parent 504f6dd commit 2275d8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ jobs:
run: |
github_changelog_generator -u cortisiko -p stockAnalysis --token ${{ secrets.GITHUB_TOKEN }} \
--enhancement-label "New Features πŸŽ‰" \
--add-sections "[\"Infra Changes πŸ› \",\"Tests Changes πŸ€–\",\"Bug Fixes πŸ›\"]" \
--configure-sections "{\"Infra Changes πŸ› \": [\"Infra\", \"infrastructure\"], \"Tests Changes πŸ€–\": [\"Tests\", \"tests\"], \"Bug Fixes πŸ›\": [\"bug\", \"bug-fix\"]}" \
--add-sections "{\"Infra Changes πŸ› \": [\"Infra\", \"infrastructure\"], \"Tests Changes πŸ€–\": [\"Tests\", \"tests\"], \"Bug Fixes πŸ›\": [\"bug\", \"bug-fix\"]}" \
--exclude-labels "dependencies"
env:
Expand Down

0 comments on commit 2275d8a

Please sign in to comment.