mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
ci: add package.json
This commit is contained in:
parent
39833f753d
commit
55c9fe767a
1 changed files with 41 additions and 0 deletions
41
package.json
Normal file
41
package.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "Digikwal ERPNext",
|
||||
"description": "Semantic release for erpnext with custom apps",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/digikwal/frappe_docker.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"No tests defined\" && exit 0"
|
||||
},
|
||||
"dependencies": {
|
||||
"semantic-release": "^24.2.3"
|
||||
},
|
||||
"release": {
|
||||
"branches": ["main", "dev"],
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
[
|
||||
"@semantic-release/release-notes-generator",
|
||||
{
|
||||
"preset": "conventionalcommits",
|
||||
"presetConfig": {
|
||||
"types": [
|
||||
{ "type": "feat", "section": "✨ Features", "hidden": false },
|
||||
{ "type": "fix", "section": "🐞 Bug Fixes", "hidden": false },
|
||||
{ "type": "docs", "section": "📝 Documentation", "hidden": false },
|
||||
{ "type": "style", "section": "🎨 Style Changes", "hidden": false },
|
||||
{ "type": "refactor", "section": "🔧 Refactoring", "hidden": false },
|
||||
{ "type": "perf", "section": "⚡ Performance", "hidden": false },
|
||||
{ "type": "test", "section": "✅ Tests", "hidden": false },
|
||||
{ "type": "build", "section": "🚢 Build System", "hidden": false },
|
||||
{ "type": "ci", "section": "🚀 CI/CD", "hidden": false },
|
||||
{ "type": "chore", "section": "🧹 Chores", "hidden": false }
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"@semantic-release/github"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue