Versioning scheme? #1626
-
Right now, ansible-lint seems to use no special versioning theme. Patch versions (x.y.Z with Z > 0) have new features (like new rules), breaking changes (rule behavior change drastically), etc. This is really painful for users. How about adopting some versioning scheme like semantic versioning, or at least making sure that patch releases are for bugfixes only? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I am currently working on a set of changes that should help us respect semantic versioning. Funny bit is that I was doing this before even reading your proposal. Here are the measures planned:
|
Beta Was this translation helpful? Give feedback.
I am currently working on a set of changes that should help us respect semantic versioning. Funny bit is that I was doing this before even reading your proposal. Here are the measures planned: