-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
83 lines (83 loc) · 3.35 KB
/
Copy pathrelease-please-config.json
File metadata and controls
83 lines (83 loc) · 3.35 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
83
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": true,
"include-v-in-tag": true,
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "revert", "section": "Reverts" },
{ "type": "docs", "section": "Documentation", "hidden": true },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "build", "section": "Build System", "hidden": true },
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
],
"plugins": [
{
"type": "node-workspace"
}
],
"packages": {
".": {
"release-type": "node",
"component": "code-please",
"extra-files": [
".claude-plugin/plugin.json",
"plugins/astro-lsp/.claude-plugin/plugin.json",
"plugins/bash-lsp/.claude-plugin/plugin.json",
"plugins/biome-lsp/.claude-plugin/plugin.json",
"plugins/clangd-lsp/.claude-plugin/plugin.json",
"plugins/csharp-lsp/.claude-plugin/plugin.json",
"plugins/dart-lsp/.claude-plugin/plugin.json",
"plugins/deno-lsp/.claude-plugin/plugin.json",
"plugins/dockerfile-lsp/.claude-plugin/plugin.json",
"plugins/elixir-lsp/.claude-plugin/plugin.json",
"plugins/eslint-lsp/.claude-plugin/plugin.json",
"plugins/fsharp-lsp/.claude-plugin/plugin.json",
"plugins/gleam-lsp/.claude-plugin/plugin.json",
"plugins/gopls-lsp/.claude-plugin/plugin.json",
"plugins/graphql-lsp/.claude-plugin/plugin.json",
"plugins/jdtls-lsp/.claude-plugin/plugin.json",
"plugins/kotlin-lsp/.claude-plugin/plugin.json",
"plugins/lua-lsp/.claude-plugin/plugin.json",
"plugins/ocaml-lsp/.claude-plugin/plugin.json",
"plugins/oxlint-lsp/.claude-plugin/plugin.json",
"plugins/php-lsp/.claude-plugin/plugin.json",
"plugins/prisma-lsp/.claude-plugin/plugin.json",
"plugins/pyright-lsp/.claude-plugin/plugin.json",
"plugins/rubocop-lsp/.claude-plugin/plugin.json",
"plugins/rust-analyzer-lsp/.claude-plugin/plugin.json",
"plugins/svelte-lsp/.claude-plugin/plugin.json",
"plugins/swift-lsp/.claude-plugin/plugin.json",
"plugins/terraform-lsp/.claude-plugin/plugin.json",
"plugins/texlab-lsp/.claude-plugin/plugin.json",
"plugins/typescript-lsp/.claude-plugin/plugin.json",
"plugins/vue-lsp/.claude-plugin/plugin.json",
"plugins/yaml-lsp/.claude-plugin/plugin.json",
"plugins/zls-lsp/.claude-plugin/plugin.json"
]
},
"packages/code": {
"release-type": "node",
"component": "@pleaseai/code"
},
"packages/dora": {
"release-type": "node",
"component": "@pleaseai/dora"
},
"packages/format": {
"release-type": "node",
"component": "@pleaseai/code-format"
},
"packages/lsp": {
"release-type": "node",
"component": "@pleaseai/code-lsp"
}
}
}