UNPKG

semantic-release-jira-notes

Version:

Semantic Release plugin to add JIRA issues link to the release notes

32 lines (31 loc) 803 B
{ "name": "semantic-release-jira-notes", "version": "4.0.0", "engines": { "node": ">=18" }, "description": "Semantic Release plugin to add JIRA issues link to the release notes", "main": "src/index.js", "type": "module", "author": "iamludal", "homepage": "https://github.com/iamludal/semantic-release-jira-notes", "repository": "https://github.com/iamludal/semantic-release-jira-notes", "license": "MIT", "keywords": [ "jira", "semantic-release", "release-notes", "changelog" ], "dependencies": { "@semantic-release/error": "4.0.0", "@semantic-release/release-notes-generator": "^13.0.0", "aggregate-error": "^5.0.0" }, "scripts": { "prettier": "prettier --write src/**/*.js" }, "devDependencies": { "prettier": "^3.2.5" } }