Socket
Book a DemoInstallSign in
Socket

@gojek/conventional-changelog-angular-asana

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gojek/conventional-changelog-angular-asana

asana task references support for your conventional commits

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
2
Created
Source

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

Keywords

conventional-changelog

FAQs

Package last updated on 16 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts