tilltnet / egor

R Package for importing and analysing ego-centered-network data.
http://egor.tillt.net
GNU Affero General Public License v3.0
23 stars 4 forks source link

Next release should be version number 1.x #61

Closed tilltnet closed 3 years ago

tilltnet commented 3 years ago

My understanding is that re-submitted packages that run through all the CRAN checks without warnings and notes are automatically processed and uploaded to CRAN, without the need of a human reviewing the submission.

The current version number starts with a zero, which creates a note in the check logs.

I think we should consider switching to 1.21.x for the next release in order to create less work for CRAN maintainers and have egor updates on CRAN quicker.

The list of features and the stability of the egor do also justify leaving beta territories, I think.

mbojan commented 3 years ago

What's the versioning scheme? Why not 1.0.0? I'm a fan of https://semver.org/ i.e. advance major if making backward-incompatbile changes but moving out of beta is quite an occasion ;)

tilltnet commented 3 years ago

The version scheme is: ~major.year.month Inspired by what Ubuntu does. I like that I know how old the version is, just by looking at the version number. If there is more than one release in a month, the second one would be 1.21.03b and so on.

tilltnet commented 3 years ago

Maybe 1.21.03.1 would be more consistent for a second release in the same month.