Versioning strategy is ignored when used with manifest releaser #1569
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
I'm using release-please with the github bot configuration, because of that i'm not sure if this issue belongs here or in the bot repo.
Environment details
release-please
version: v13.20.0Config files
.github/release-please.yml
release-please-config.json
Issue description
When enabling manifest, other options configured in release-please.yml seem to be ignored. When I disable the manifest option and set releaseType to simple, version strategy is correctly set and only increments minor version.
This seems to be intended, as when using manifest configuration, configs should be in
release-please-config.json
.However, the
versioning
configuration isn't exposed in the manifest config.Suggested solution
Expose the
versioning-strategies
configuration inrelease-please-config.json
so that it can be used with manifest configs.For example:
The text was updated successfully, but these errors were encountered: