semantic-release-jira-releases
semantic-release plugin to publish a jira release.
Step | Description |
---|---|
verifyConditions |
Validate the config options and check for a JIRA_AUTH in the environment |
sucess |
Find all tickets from commits and add them to a new release on JIRA |
Install
$ npm install --save-dev semantic-release-jira-releases$ yarn add --dev semantic-release-jira-releases
Configuration
The plugin should be added to your config
Please note that `ticketRegex` cannot be used together with `ticketPrefixes`.