🚀 Feature: Add more ignored commits #103
Labels
good first issue
Good for newcomers, please hop on!
status: accepting prs
Please, send a pull request to resolve this!
type: feature
New enhancement or request
Bug Report Checklist
main
branch of the repository.Overview
These are the currently ignored types of commits:
should-semantic-release/src/shouldSemanticRelease.ts
Line 7 in d746446
That's not the full list of ignorable types though!
build:
,ci:
,style:
,refactor:
, andtest:
are other common ones that shouldn't necessitate an automatic release. Let's add them in and update the unit tests.Additional Info
I found those commit styles on https://www.conventionalcommits.org/en/v1.0.0 (search for "angular").
The text was updated successfully, but these errors were encountered: