1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

chore: update release please to include more categories in changelog

هذا الالتزام موجود في:
Adam Cooke
2024-01-30 09:02:53 +00:00
الأصل 64cab2e45f
التزام e156c21dee

عرض الملف

@@ -8,7 +8,57 @@
"bump-patch-for-minor-pre-major": true, "bump-patch-for-minor-pre-major": true,
"draft": false, "draft": false,
"prerelease": false, "prerelease": false,
"include-v-in-tag": false "include-v-in-tag": false,
"changelog-sections": [
{
"type": "feat",
"section": "Features"
},
{
"type": "feature",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "revert",
"section": "Reverts"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "style",
"section": "Styles"
},
{
"type": "chore",
"section": "Miscellaneous Chores"
},
{
"type": "refactor",
"section": "Code Refactoring"
},
{
"type": "test",
"section": "Tests"
},
{
"type": "build",
"section": "Build System"
},
{
"type": "ci",
"section": "Continuous Integration"
}
]
} }
}, },
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"