BigWigs Boss Mods (BW) - DBM alternative

BigWigs Boss Mods (BW) - DBM alternative

133M Downloads

Switch to semantic versioning?

xeropresence opened this issue ยท 8 comments

commented

Looks like every time you push a new release you increment one number which has caused the "Version" of bigwigs to balloon quite rapidly.

I suggest switching to the semantic versioning format where MAJOR.MINOR.PATCH format is used.

commented

You mean it's not supposed to be like this?
https://en.wikipedia.org/wiki/Google_Chrome_version_history

commented

We talked about this when we switched over to GitHub. Funky decided on the Chrome/Firefox versioning style because he thinks it gives a simpler indication of how out of date you are. /shrug True semvar wouldn't really work, but in a similar vein expansion.toc minor.patch is how the rest of the related mods version.

commented

That style is "ok" when your pushing out big changes every few months...not multiple times a day. And chrome does roll out new builds of the same major version.

commented

What does it matter if it's 7.1.4 or 40? Even if there are multiple tags in a short time, even if we're in the hundreds, what difference does it make?

commented

Why?

commented

It seems silly to bump the entire version number cause of a revert and two commits.

commented

Because only having one numbers gives very little information about how much actually changed.

commented

It's all arbitrary, version numbers rarely give much insight into what changed. A minor version is already used for small changes. wrt semvar, breaking and backward-compat changes (major/minor) don't really apply here like I said.