Yoast / duplicate-post

Yoast Duplicate Post plugin for WordPress
https://yoast.com
GNU General Public License v2.0
46 stars 35 forks source link

Feature request: Strict semver versioning e.g. 4.3.0 #220

Open roborourke opened 2 years ago

roborourke commented 2 years ago

Hi - I was wondering if for future releases it'd be possible to stick to fully qualified semver versions. When working with composer (and subsequently tools like dependabot) having the following tags makes it difficult to use version constraints reliably:

It'd be great if the initial minor version releases could be fully qualified e.g. 4.3.0.

For a package manager like composer referencing ~4.3 etc... would still work, the only issue would be if anyone was referencing the 4.3 tag directly but as long as no existing tags are removed it should be a safe change.