mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
chore: add conventional-changelog-conventionalcommits for semantic-release
This commit is contained in:
parent
952597b2cb
commit
3f91b42fb4
2 changed files with 19 additions and 0 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
|
@ -7,6 +7,9 @@
|
|||
"name": "Digikwal ERPNext",
|
||||
"dependencies": {
|
||||
"semantic-release": "^24.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"conventional-changelog-conventionalcommits": "^9.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
|
|
@ -737,6 +740,19 @@
|
|||
"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": {
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-8.1.0.tgz",
|
||||
|
|
|
|||
|
|
@ -85,5 +85,8 @@
|
|||
],
|
||||
"@semantic-release/github"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"conventional-changelog-conventionalcommits": "^9.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue