semantic-release-jira-notes

3.0.0 • Public • Published

semantic-release-jira-notes

npm latest version

semantic-release plugin to add links to JIRA issues in the release notes.

For each JIRA issue detected in the release notes, it will add a link that brings directly to this issue on JIRA.

Step Description
verifyConditions Validate the config options
generateNotes Generate the release notes with links to JIRA issues

Usage

Installation

$ npm install --save-dev semantic-release-jira-notes
$ yarn add --dev semantic-release-jira-notes

Inputs

Name Required Description
jiraHost Your JIRA host domain name
ticketPrefixes Ticket prefixes to match. If not provided, match all tickets prefixes.

Configuration

{
  "plugins": [
    "@semantic-release/commit-analyzer",
    ["semantic-release-jira-notes", {
      "jiraHost": "iamludal.atlassian.net",
      "ticketPrefixes": ["ATP", "OMS"]
    }]
    "@semantic-release/git",
    "@semantic-release/github"
  ]
}

Note: you don't need to use @semantic-release/release-notes-generator.

Package Sidebar

Install

npm i semantic-release-jira-notes

Weekly Downloads

3,584

Version

3.0.0

License

MIT

Unpacked Size

7.89 kB

Total Files

11

Last publish

Collaborators

  • iamludal