-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
40 lines (40 loc) · 1.76 KB
/
Copy pathrelease-please-config.json
File metadata and controls
40 lines (40 loc) · 1.76 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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "node",
"package-name": "quantex-cli",
"include-component-in-tag": false,
"include-v-in-tag": true,
"include-v-in-release-name": true,
"bump-minor-pre-major": false,
"changelog-types": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "perf",
"section": "Performance Improvements",
"hidden": false
},
{
"type": "refactor",
"section": "Internal Improvements",
"hidden": false
}
],
"extra-files": [
"src/generated/build-meta.ts"
],
"pull-request-title-pattern": "chore: release ${version}",
"pull-request-header": "## Summary\n- materialize the next Quantex release version in source-controlled files\n- update the repository changelog for the pending release\n\n## Linked Artifacts\n- Release automation: release-please\n\n## Validation\n- CI must pass before merging this Release PR\n\n## Release Intent\n- Release: patch/minor/major - release-please generated version PR\n\n## Release Summary\n- Not applicable - generated Release PR; source PR commit overrides provide release entries.\n\n## Docs Updated\n- CHANGELOG.md\n- package.json\n- src/generated/build-meta.ts\n- .release-please-manifest.json\n\n## Scope Check\n- Release PR only; merge this PR to publish the prepared version\n\n## Closure Check\n- OpenSpec: release-workflow\n- Delivery state: Release PR pending merge and publication\n"
}
}
}