absolute-version / commit-and-tag-version

Fork of the excellent standard-version. Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org :trophy:
ISC License
360 stars 33 forks source link

Make it more obvious that some/all config options can be set via separate config #148

Open ST-DDT opened 2 months ago

ST-DDT commented 2 months ago

Describe the bug

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

Environment

Possible Solution

Additional context