Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow way to not use manifest file with advanced config #1035

Open
CallumGrindle opened this issue Sep 27, 2024 · 0 comments
Open

Allow way to not use manifest file with advanced config #1035

CallumGrindle opened this issue Sep 27, 2024 · 0 comments
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@CallumGrindle
Copy link

Currently it seems that when using an advanced configuration with a release-please-config.json the only option is to use a release-please-manifest.json to manage the version number

I see the advantage of using a manifest for monorepos that manage multiple application releases. But it brings limitations for projects with a single version number

For example, it requires that whenever creating a new release tag the release please manifest must also be updated. This is problematic for workflows that use release please to manage prereleases, but have a separate workflow to bump production tags.

For example
Release please tags a release as v1.1.0-beta. The release please manifest reflect the latest tag
v1.1.0-beta is promoted and tagged as v1.1.0 using a separate flow. The release please manifest no longer reflect the latest tag
The next release please version will be v1.1.0-beta.1 rather than v1.2.0, as release please is unaware of the new v1.1.0 version

It would be useful if there was a way to use latest tags, rather than relying wholly on the release please manifest

@CallumGrindle CallumGrindle added priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant