ci: use existing release tag format by parkerbxyz · Pull Request #369 · actions/create-github-app-token (original) (raw)

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

This should make release-please use tags like v3.1.1 as the previous release boundary.