32 lines
741 B
JSON
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
|
|
}
|
|
}
|
|
} |