mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #68] Suggestion: stick to semantic versioning #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jc21 on GitHub (Feb 10, 2020).
Original GitHub issue: https://github.com/bootandy/dust/issues/68
Looking through your release history, your versioning scheme is all over the place.
I'm packaging your software on my Centos and Debian repositories and it's easier for me if the version is of a consistent standard,
v0.0.0. In these package managers,v4is newer than your latest release ofv0.4.5.0. I would argue that you don't need 4 levels of version numbers either.Just a suggestion to make things easier for the consumers of your software :)
@bootandy commented on GitHub (Feb 10, 2020):
Hi,
v4 was an accident its version is v0.4.0 and it was marked as a pre-release because of this.
Mostly these things occur as an accident and I can't see how to delete them from github.
Should I drop the 'v' from the versioning? Is that annoying?
@jc21 commented on GitHub (Feb 11, 2020):
With or without the v is fine and doesn’t matter. It was just a matter of semantic versioning.