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
I tried to lookup how to set the skip config option and the skip option only mentions it being added to the package.json and it doesn't show up in the conventional-commit-config-spec.
I especially find these two sections confusing:
Any of the command line parameters accepted by commit-and-tag-version can instead be provided via configuration. Please refer to the conventional-changelog-config-spec for details on available configuration options.
[...] by adding the following to your package.json:
Current behavior
The spec/readme give the impression that some config options need to be set via package.json
Expected behavior
The config spec should list all supported properties or mention that the list is only a subset of config options.
The readme should either mention the package.json less or also mention the config file.
e.g. by adding the following to your package.json or config file:
Describe the bug
I tried to lookup how to set the
skip
config option and the skip option only mentions it being added to thepackage.json
and it doesn't show up in the conventional-commit-config-spec.I especially find these two sections confusing:
Current behavior
The spec/readme give the impression that some config options need to be set via package.json
Expected behavior
package.json
less or also mention the config file.e.g.
by adding the following to your package.json or config file
:Environment
commit-and-tag-version
version(s): v12.4.1Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: