Package Exports
- @gojek/conventional-changelog-angular-asana
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gojek/conventional-changelog-angular-asana) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Based on
conventional-changelog-angularpreset
Conventional Changelog Angular Asana
Extends the Angular convention with support for Asana tasks.
Commit format
Adds support for Asana link references.
fix(pencil): add `graphiteWidth` option
fixes https://app.asana.com/0/12345678/12345678References can co-exist
perf(pencil)!: remove graphiteWidth option
closes #28
fixes https://app.asana.com/0/12345678/12345678
BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reasonUsage
Use this preset, like any other other conventional-changelog presets.
With Lerna
Install as a devDevdependency first.
$ npm install @gojek/conventional-changelog-angular-asana --save-devWhen using with lerna version Set the --changelog-preset flag.
$ lerna version --conventional-commits --changelog-preset @gojek/angular-asanaOr, if using lerna.json, set the following.
"command": {
"version": {
"conventionalCommits": true,
"changelogPreset": "@gojek/angular-asana",
}Lerna automatically evaluates & prepends conventional-changelog- to the preset, so node module resolution resolves to the correct package.