chore: add conventional-changelog-conventionalcommits for semantic-release

This commit is contained in:
digikwal 2025-06-26 20:42:38 +02:00
parent 952597b2cb
commit 3f91b42fb4
No known key found for this signature in database
2 changed files with 19 additions and 0 deletions

16
package-lock.json generated
View file

@ -7,6 +7,9 @@
"name": "Digikwal ERPNext", "name": "Digikwal ERPNext",
"dependencies": { "dependencies": {
"semantic-release": "^24.2.3" "semantic-release": "^24.2.3"
},
"devDependencies": {
"conventional-changelog-conventionalcommits": "^9.0.0"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
@ -737,6 +740,19 @@
"node": ">=18" "node": ">=18"
} }
}, },
"node_modules/conventional-changelog-conventionalcommits": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.0.0.tgz",
"integrity": "sha512-5e48V0+DsWvQBEnnbBFhYQwYDzFPXVrakGPP1uSxekDkr5d7YWrmaWsgJpKFR0SkXmxK6qQr9O42uuLb9wpKxA==",
"dev": true,
"license": "ISC",
"dependencies": {
"compare-func": "^2.0.0"
},
"engines": {
"node": ">=18"
}
},
"node_modules/conventional-changelog-writer": { "node_modules/conventional-changelog-writer": {
"version": "8.1.0", "version": "8.1.0",
"resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-8.1.0.tgz", "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-8.1.0.tgz",

View file

@ -85,5 +85,8 @@
], ],
"@semantic-release/github" "@semantic-release/github"
] ]
},
"devDependencies": {
"conventional-changelog-conventionalcommits": "^9.0.0"
} }
} }