@davidspekorg/semantic-release-jira-notes
Version:
Semantic Release plugin to add JIRA issues link to the release notes
42 lines (41 loc) • 1.14 kB
JSON
{
"name": "@davidspekorg/semantic-release-jira-notes",
"version": "1.1.0",
"engines": {
"node": ">=20.8.1"
},
"description": "Semantic Release plugin to add JIRA issues link to the release notes",
"main": "src/index.js",
"type": "module",
"author": "David van der Spek <28541758+davidspek@users.noreply.github.com>",
"homepage": "https://github.com/davidspek/semantic-release-jira-notes",
"repository": {
"type": "git",
"url": "git+https://github.com/davidspek/semantic-release-jira-notes.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"jira",
"semantic-release",
"release-notes",
"changelog"
],
"peerDependencies": {
"semantic-release": "^24.2.0",
"@semantic-release/release-notes-generator": "^14.0.2",
"@semantic-release/error": "4.0.0",
"aggregate-error": "^5.0.0"
},
"scripts": {
"prettier": "prettier --write src/**/*.js"
},
"devDependencies": {
"prettier": "^3.2.5",
"@semantic-release/release-notes-generator": "^14.0.2",
"@semantic-release/error": "4.0.0",
"aggregate-error": "^5.0.0"
}
}