You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I'm immensely grateful for this plugin's existence. Thank you for contributing this!
I was curious if the plugin supports additional types that aren't explicitly mentioned in the conventional commits specification. For example, in addition to the usual feat: and fix: types, I'm interested in using an update: type in my project. Reason being, I want to specifically mention items that have outwardly changed, but don't necessarily constitute a new feature.
I've been playing around with the options, but can't ever get my update: commits to be picked up in the release notes—even when using a custom commit_format regex. This is what my actions look like:
First of all, I'm immensely grateful for this plugin's existence. Thank you for contributing this!
I was curious if the plugin supports additional types that aren't explicitly mentioned in the conventional commits specification. For example, in addition to the usual
feat:
andfix:
types, I'm interested in using anupdate:
type in my project. Reason being, I want to specifically mention items that have outwardly changed, but don't necessarily constitute a new feature.I've been playing around with the options, but can't ever get my
update:
commits to be picked up in the release notes—even when using a customcommit_format
regex. This is what my actions look like:I've verified that my commit message matches the regex I provided, so I wanted to check to see if this is not supported at the moment?
The text was updated successfully, but these errors were encountered: