-
Notifications
You must be signed in to change notification settings - Fork 39
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 strict_version
entries
#411
base: master
Are you sure you want to change the base?
Conversation
- bump_compat_containing_equality_specifier and strict_version should be true
|
bors try |
EDIT: I've since changed my opinion on this PR.
|
I want the versions in Currently If I've
I want So currently, its a trade-off between equals sign in the compat or automatic bumps. I want both. |
It's been a couple years since this PR was first opened. When it was first opened, I was opposed to this feature. Since then, however, I've been thinking about it some more, and now I'm in favor of adding this feature. It does look like we'll have to rebase and fix a lot of merge conflicts, or recreate the branch from scratch. |
strict_version
helps to restrict the version bumps to exact"= major.minor.patch"
.PkgName = "= a.m.x"
are bumped toPkgName = "= b.n.y"
, wheneverbump_compat_containing_equality_specifier=true
andstrict_version=true
, while the rest go through usual bump.