- Notifications
You must be signed in to change notification settings - Fork261
Description
The following items are on the roadmap for v11's breaking changes
Deprecate & Remove support for Python 3.8
fix(version-cmd)!: drop implied tag #959,Allow --no-tag to overwrite --commit #949
Refactor Config to validate and error on user configuration
Convert Docker GitHub Action to a composite action
Change default commit parser to
ScopeAwareConventionalCommitsRemove tag parser (previously deprecated in
v9.12.0)Remove angular parser option (previously deprecated in
v9.19.0)Remove
contextfrom release notesChange default changelog template to commit parser aligned changelog, old default marked as legacy
Custom Parsers
Relocate
ParsedCommitobject to new file (imported by Custom Parsers)Add
get_default_options()as abstract method on CommitParser (requires Custom Parsers updates)