6dbbbb1419
## Summary This updates the release-please manifest configuration to use the repository's existing `vX.Y.Z` tag format. Without this setting, manifest mode looks for component-prefixed tags like `create-github-app-token-v3.1.1`, which do not exist in this repository and can cause release-please to include already-released commits in a new release PR. ## Changes - Sets `include-component-in-tag` to `false` for stable releases. - Sets `include-component-in-tag` to `false` for beta prereleases. This should make release-please use tags like `v3.1.1` as the previous release boundary. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
10 lines
212 B
JSON
10 lines
212 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"packages": {
|
|
".": {
|
|
"include-component-in-tag": false,
|
|
"release-type": "node"
|
|
}
|
|
}
|
|
}
|