0.1.0 • Published 5 months ago

release-it-jira-notes v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

release-it-jira-notes

npm latest version

release-it 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 to the JIRA ticket.

StepDescription
verifyConditionsValidate the config options
generateNotesGenerate the release notes with links to JIRA issues

Installation

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

Inputs

NameRequiredDescription
jiraHostYour JIRA host domain name
ticketPrefixesTicket prefixes to match. If not provided, match all tickets prefixes.

Configuration

{
  "plugins": [
    "@release-it/conventional-changelog": {},
    "release-it-jira-notes", {
      "jiraHost": "example.atlassian.net",
      "ticketPrefixes": ["EXA", "ATG"]
    }
  ]
}

Note: The plugin can also be configured via the following environment variables

RELEASE_IT_JIRA_NOTES_JIRA_HOST for jiraHost

and

RELEASE_IT_JIRA_NOTES_JIRA_TICKET_PREFIXES for ticketPrefixes

This plugin is agnostic and will work with any release-it plugin that generates it's own changelog. You jut have to make sure you access the updated changelog after the beforeRelease hook

0.0.10

5 months ago

0.1.0

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.5

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago