Feature Request: Allow for Simplified Version Tagging
Hello!
Our internal versioning scheme is set up to use a simplified format, such as "0.2", it would be incredibly useful if we could have the flexibility to use a simplified version rather than SemVer.
Proposed solution: Introduce the option to use a two-digit version tagging format (major.minor), alongside the existing three-digit format. As i understand the current version format is enforced through RegEx - If needed, we can certainly provide the specific RegEx string that would accommodate this proposed change. By adjusting the RegEx, we can ensure that the two-digit format remains valid while preserving the integrity of our versioning system.
Thank you for your time and consideration.