conventional-changelog-action/node_modules/conventional-changelog-pres...
Conventional Changelog Action bf7e9cbfcd chore(release): v3.1.1 2020-07-13 17:58:28 +00:00
..
CHANGELOG.md chore(release): v3.1.1 2020-07-13 17:58:28 +00:00
LICENSE.md chore(release): v3.1.1 2020-07-13 17:58:28 +00:00
README.md chore(release): v3.1.1 2020-07-13 17:58:28 +00:00
index.js chore(release): v3.1.1 2020-07-13 17:58:28 +00:00
package.json chore(release): v3.1.1 2020-07-13 17:58:28 +00:00

README.md

NPM version Build Status: Linux Build Status: Windows Dependency Status Coverage Status

Configuration preset loader for conventional-changelog.

Usage

$ npm install --save conventional-changelog-preset-loader
var conventionalChangelogPresetLoader = require('conventional-changelog-preset-loader');

configuration = conventionalChangelogPresetLoader(`angular`);

The string that is passed to the preset loader is manipulated by prepending conventional-changelog to the name.

For example:

  • angular => conventional-changelog-angular
  • angular/preset/path => conventional-changelog-angular/preset/path
  • @scope/angular => @scope/conventional-changelog-angular
  • @scope/angular/preset/path => @scope/conventional-changelog-angular/preset/path

Will return whatever is exported by the preset package. That may be a configuration object, a function, or a promise.

License

MIT © Steve Mao