mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-07-23 09:00:51 -05:00
13 lines
370 B
JSON
13 lines
370 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"pull-request-header": ":robot: I have created a release",
|
|
"pull-request-title-pattern": "chore: release${component} ${version}",
|
|
"release-type": "node",
|
|
"include-component-in-tag": true,
|
|
"packages": {
|
|
".": {
|
|
"component": "userscript"
|
|
}
|
|
}
|
|
}
|