Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow catchall when analyzing commits #325

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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.

None yet

2 participants