-
Notifications
You must be signed in to change notification settings - Fork 269
Default level bump in >=8.0.0 ? #700
Copy link
Copy link
Open
Labels
bugSomething isn't working properlySomething isn't working properlyconfirmedPrevent from becoming stalePrevent from becoming staleneeds-updateNeeds status update from maintainersNeeds status update from maintainers
Metadata
Metadata
Assignees
Labels
bugSomething isn't working properlySomething isn't working properlyconfirmedPrevent from becoming stalePrevent from becoming staleneeds-updateNeeds status update from maintainersNeeds status update from maintainers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hello,
I've noticed that
parser_angular_default_level_bumphas been removed in 8.0.0 of Python Semantic Release. Previously we could setparser_angular_default_level_bump=patchto increment the patch version number when no valid angular commit tags were found. Is there now a way to do this without writing our own parser?Thank You!