mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
20 lines
556 B
JSON
20 lines
556 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json",
|
|
"release-type": "simple",
|
|
"bump-minor-pre-major": true,
|
|
"include-v-in-tag": true,
|
|
"packages": {
|
|
".": {
|
|
"release-type": "node",
|
|
"include-component-in-tag": false,
|
|
"exclude-paths": [
|
|
".env.sample",
|
|
".gitignore",
|
|
".release-please-manifest.json",
|
|
"compose.yaml",
|
|
"release-please-config.json"
|
|
],
|
|
"pull-request-title-pattern": "chore: release ${version}"
|
|
}
|
|
}
|
|
} |