Skip to content

Conversation

btkostner
Copy link

@btkostner btkostner commented Mar 14, 2022

This allows using a catchall to release any commits that don't match a rule. This is very useful for shared configurations when you are trying to migrate to semantic-release.

With the given configuration:

{
  "type": "*",
  "release": "patch"
}

These two commit messages can now trigger a patch.

newtype: here is a commit message
here is a commit message that doesn't actually conform to spec

Let me know if there are changes or a better way to achieve this.

@btkostner btkostner changed the title feat: allow catchall for types when analyzing commits feat: allow catchall when analyzing commits Mar 16, 2022
@fleca
Copy link

fleca commented Jan 6, 2023

Hi, me and my team are very interested on having this feature available. Is the PR still going to be merged?

@btkostner
Copy link
Author

Worth mentioning that my company has moved away from semantic-release in favor of release-please, so I'm not sure how much I can contribute to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants