-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
82 lines (82 loc) · 2.39 KB
/
Copy pathrelease-please-config.json
File metadata and controls
82 lines (82 loc) · 2.39 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"include-component-in-tag": false,
"include-v-in-tag": true,
"include-v-in-release-name": true,
"packages": {
".": {
"release-type": "node",
"package-name": "better-auth-paystack",
"changelog-path": "CHANGELOG.md",
"include-component-in-tag": false,
"include-v-in-tag": true,
"include-v-in-release-name": true,
"extra-files": [
{
"type": "generic",
"path": "src/version.ts"
},
{
"type": "yaml",
"path": "_artifacts/domain_map.yaml",
"jsonpath": "$.library.version"
},
{
"type": "yaml",
"path": "_artifacts/skill_tree.yaml",
"jsonpath": "$.library.version"
},
{
"type": "generic",
"path": "skills/better-auth-paystack-setup/SKILL.md"
},
{
"type": "generic",
"path": "skills/paystack-billing-flows/SKILL.md"
},
{
"type": "generic",
"path": "skills/paystack-organization-billing/SKILL.md"
},
{
"type": "generic",
"path": "skills/paystack-tanstack-start/SKILL.md"
},
{
"type": "generic",
"path": "skills/paystack-catalog-limits/SKILL.md"
},
{
"type": "generic",
"path": "skills/paystack-client-api/SKILL.md"
},
{
"type": "generic",
"path": "skills/paystack-local-subscriptions/SKILL.md"
},
{
"type": "generic",
"path": "skills/paystack-schema-migrations/SKILL.md"
},
{
"type": "generic",
"path": "skills/paystack-testing-fixtures/SKILL.md"
},
{
"type": "generic",
"path": "skills/paystack-webhooks-events/SKILL.md"
}
]
}
},
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "section": "Miscellaneous Chores" },
{ "type": "refactor", "section": "Refactors", "hidden": false },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "docs", "section": "Documentation", "hidden": false }
]
}