
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@davidspekorg/semantic-release-jira-notes
Advanced tools
Semantic Release plugin to add JIRA issues link to the release notes
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 |
# npm
npm install --save-dev @davidspekorg/semantic-release-jira-notes
# yarn
yarn add --dev @davidspekorg/semantic-release-jira-notes
# pnpm
pnpm add --save-dev @davidspekorg/semantic-release-jira-notes
Name | Required | Description |
---|---|---|
jiraHost | ✅ | Your JIRA host domain name |
ticketPrefixes | ❌ | Ticket prefixes to match. If not provided, match all tickets prefixes. |
{
"plugins": [
"@semantic-release/commit-analyzer",
["semantic-release-jira-notes", {
"jiraHost": "davidspek.atlassian.net",
"ticketPrefixes": ["ATP", "OMS"]
}]
"@semantic-release/git",
"@semantic-release/github"
]
}
Note: this plugin uses
@semantic-release/release-notes-generator
under the hood, so you don't need to use it anymore.
You can also use options defined by @semantic-release/release-notes-generator.
{
"plugins": [
"@semantic-release/commit-analyzer",
["semantic-release-jira-notes", {
"jiraHost": "davidspek.atlassian.net",
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "build", "section": "Dependencies Updates", "hidden": false }
]
}
}]
"@semantic-release/git",
"@semantic-release/github"
]
}
You are welcome to contribute to this repository. Please refer to CONTRIBUTING.md for more information.
FAQs
Semantic Release plugin to add JIRA issues link to the release notes
The npm package @davidspekorg/semantic-release-jira-notes receives a total of 1,380 weekly downloads. As such, @davidspekorg/semantic-release-jira-notes popularity was classified as popular.
We found that @davidspekorg/semantic-release-jira-notes demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.