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
It's also very difficult to troubleshoot because there is no error. Commitlint silently ignores parserOpts and uses the default options instead.
The text was updated successfully, but these errors were encountered:
javier-garcia-meteologica
changed the title
Scoped package names are broken for conventional changelog presets
@commitlint/load silently breaks if conventional changelog preset has a scoped package name
Mar 3, 2021
javier-garcia-meteologica
changed the title
@commitlint/load silently breaks if conventional changelog preset has a scoped package name
@commitlint/load silently fails to load conventional changelog preset if it has a scoped package name
Mar 3, 2021
conventional-changelog supports scoped package names
@scope/conventional-changelog-custom-preset
but commitlint doesn't.https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#preset
commitlint will only load presets that start with
'conventional-changelog-'
, without scopes.commitlint/@commitlint/load/src/utils/load-parser-opts.ts
Lines 18 to 22 in 73c30c3
It's also very difficult to troubleshoot because there is no error. Commitlint silently ignores parserOpts and uses the default options instead.
The text was updated successfully, but these errors were encountered: