Skip to content

Commit

Permalink
feat: Allow to choose conventional style from CLI
Browse files Browse the repository at this point in the history
PR #32: #32
  • Loading branch information
scratchmex committed Aug 7, 2021
1 parent 3becce8 commit aafa779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git_changelog/cli.py
Expand Up @@ -21,7 +21,7 @@
from git_changelog import templates
from git_changelog.build import Changelog

STYLES = ("angular", "atom", "basic")
STYLES = ("angular", "atom", "conventional", "basic")


class Templates(tuple): # noqa: WPS600 (subclassing tuple)
Expand Down

0 comments on commit aafa779

Please sign in to comment.