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 limiting release type <= type #180

Open
jpoehnelt opened this issue Nov 16, 2020 · 0 comments
Open

Allow limiting release type <= type #180

jpoehnelt opened this issue Nov 16, 2020 · 0 comments

Comments

@jpoehnelt
Copy link

I have a package which is based upon a parent package. If parent is x.y.z and the child package is a.b.c, I would like to enforce x.y == a.b. I believe I can do this by overriding all of the default rules with:

{type: 'feat', release: 'patch'},
{type: 'fix', release: 'patch'},
...
{tag: 'Breaking', release: 'patch'},

However this is fragile and depends on overriding all default rules. I propose a maxReleaseType or similar configuration option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant