JSPM

@gojek/conventional-changelog-angular-asana

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 16
  • Score
    100M100P100Q73855F
  • License ISC

asana task references support for your conventional commits

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-angular preset

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/12345678

References 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 reason

Usage

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-dev

When using with lerna version Set the --changelog-preset flag.

$ lerna version --conventional-commits --changelog-preset @gojek/angular-asana

Or, 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.

Issues/Questions?

Open an issue