-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
43 lines (43 loc) · 2.14 KB
/
Copy pathrelease-please-config.json
File metadata and controls
43 lines (43 loc) · 2.14 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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": false,
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance" },
{ "type": "refactor", "section": "Refactoring" },
{ "type": "docs", "section": "Documentation", "hidden": true },
{ "type": "chore", "section": "Maintenance", "hidden": true },
{ "type": "ci", "section": "CI/CD", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "build", "section": "Build", "hidden": true }
],
"extra-files": [
{ "type": "generic", "path": "goud_engine/Cargo.toml" },
{ "type": "generic", "path": "sdks/rust/Cargo.toml" },
{ "type": "generic", "path": "sdks/typescript/native/Cargo.toml" },
{ "type": "generic", "path": "goud_engine_macros/Cargo.toml" },
{ "type": "generic", "path": "sdks/csharp/GoudEngine.csproj" },
{ "type": "generic", "path": "sdks/python/pyproject.toml" },
"sdks/typescript/package.json",
"codegen/goud_sdk.schema.json",
"ports/vcpkg/vcpkg.json",
{ "type": "generic", "path": "sdks/Doxyfile" },
{ "type": "generic", "path": "codegen/generated/goud_engine.h" },
{ "type": "generic", "path": "sdks/go/include/goud_engine.h" },
{ "type": "generic", "path": "sdks/swift/Sources/CGoudEngine/include/goud_engine.h" },
{ "type": "generic", "path": "sdks/csharp/include/goud_engine.h" },
{ "type": "generic", "path": "sdks/python/goudengine/include/goud_engine.h" },
{ "type": "generic", "path": "sdks/c/include/goud_engine.h" },
{ "type": "generic", "path": "sdks/cpp/include/goud_engine.h" },
{ "type": "generic", "path": "sdks/cpp/include/goud/goud.g.hpp" },
{ "type": "generic", "path": "sdks/kotlin/build.gradle.kts" }
]
}
}
}