Files
santifer--career-ops/release-please-config.json
T
wehub-resource-sync d083df1fdb
CodeQL Analysis / Analyze (javascript-typescript) (push) Failing after 2s
Web CI / web typecheck + build (push) Failing after 1s
Release Please / release-please (push) Failing after 1s
CodeQL Analysis / Analyze (go) (push) Failing after 16s
chore: import upstream snapshot with attribution
2026-07-13 12:02:43 +08:00

32 lines
741 B
JSON

{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"packages": {
".": {
"release-type": "simple",
"package-name": "career-ops",
"extra-files": [
{
"type": "json",
"path": "package.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "scaffolder/package.json",
"jsonpath": "$.version"
},
{
"type": "generic",
"path": "VERSION"
}
]
},
"web": {
"release-type": "node",
"package-name": "career-ops-web",
"component": "web",
"include-component-in-tag": true
}
}
}