TJ Saunders
2017-04-24 01:23:32 UTC
I've been thinking/wondering whether it would make sense for ProFTPD to
use semver[1] semantics for its versioning. Thus rather than:
1.3.7rc1
we'd have:
1.3.7-rc1
Or maybe we'd move away from the RC process, and instead start to
increase the patch number more frequently, incrementing that number
instead of using RC labels:
1.3.7
1.3.8
1.4.0
And so the "stable" releases would start be more of incrementing the
minor or major versions.
Thoughts?
TJ
[1] http://semver.org/
use semver[1] semantics for its versioning. Thus rather than:
1.3.7rc1
we'd have:
1.3.7-rc1
Or maybe we'd move away from the RC process, and instead start to
increase the patch number more frequently, incrementing that number
instead of using RC labels:
1.3.7
1.3.8
1.4.0
And so the "stable" releases would start be more of incrementing the
minor or major versions.
Thoughts?
TJ
[1] http://semver.org/