8.1.0-canary.789.10408.0 • Published 27 days ago

@auto-canary/jira v8.1.0-canary.789.10408.0

Weekly downloads
2,147
License
-
Repository
github
Last release
27 days ago

Jira Plugin

To include Jira story information in your changelogs you must include a URL to your hosted JIRA instance.

Installation

This plugin is not included with the auto CLI installed via NPM. To install:

npm i --save-dev @auto-it/jira
# or
yarn add -D @auto-it/jira

Usage

To use the plugin include it in your .autorc

{
  "plugins": [
    ["jira", { "url": "https://url-to-your-jira.com" }],
    // or
    ["jira", "https://url-to-your-jira.com"]
  ]
}