pantheon-systems / autotag

Git repository version tagging tool
http://godoc.org/github.com/pantheon-systems/autotag
Apache License 2.0
189 stars 42 forks source link

consider supporting alternative versioning schemes #30

Open joemiller opened 4 years ago

joemiller commented 4 years ago

It would be interesting to support other versioning schemes besides SemVer. CalVer (https://calver.org/) comes to mind. Are there others we should consider?

joemiller commented 4 years ago

But not this one =) http://sentimentalversioning.org/

ghost commented 3 years ago

ZeroVer, Root versioning. Plus already mentioned SemVer and CalVer would make 4 top most popular versioning schemes if we don't take custom schemes into the account.

joemiller commented 3 years ago

@serhii-fedchenko thanks! I hadn't heard of these before.

Some links/specs I found from googling:

Please add any additional resources that might be useful for implementors.