-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
31 lines (31 loc) · 1016 Bytes
/
release-please-config.json
File metadata and controls
31 lines (31 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"include-v-in-tag": true,
"include-component-in-tag": true,
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "refactor", "section": "Code Refactoring" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "docs", "section": "Documentation" },
{ "type": "chore", "section": "Miscellaneous" }
],
"packages": {
"plugins/agentic-dev-team": {
"release-type": "simple",
"package-name": "agentic-dev-team",
"component": "agentic-dev-team",
"extra-files": [
".claude-plugin/plugin.json"
]
},
"plugins/agentic-security-assessment": {
"release-type": "simple",
"package-name": "agentic-security-assessment",
"component": "agentic-security-assessment",
"extra-files": [
".claude-plugin/plugin.json"
]
}
}
}