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!: Do not filter commits by defaults #23

Merged
merged 6 commits into from
Mar 6, 2023
Merged

Conversation

sylc
Copy link
Owner

@sylc sylc commented Feb 26, 2023

Previously the tool was filtering non conventional commits by defaults. This has 2 problems:

  • Not everyone follow conventional commits
  • Not everyone follow the same list.

I have remove the filtering by default. If the commit type is inferred correctly, feat and fix and breaking will be extracted.

I have also added support for breaking changes with !

@sylc sylc marked this pull request as ready for review February 26, 2023 13:29
@sylc sylc changed the title feat!: Do not filter commits by defaults draft: feat!: Do not filter commits by defaults Mar 5, 2023
@sylc sylc marked this pull request as draft March 5, 2023 14:28
@sylc sylc changed the title draft: feat!: Do not filter commits by defaults feat!: Do not filter commits by defaults Mar 5, 2023
@sylc sylc marked this pull request as ready for review March 6, 2023 11:09
@sylc sylc merged commit e7caf2d into main Mar 6, 2023
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

1 participant