Le 16/04/15 10:48, Colm O hEigeartaigh a écrit : >> Thanks, please add pdragosh to the developers group. >> > Done. > > >> Is there a convention for releases that Apache uses? >> > Not really, it's totally up to the project. The next release could be 0.0.1 > or 1.0 or 1.0.0 etc etc.
Usually, what I have seen is the use of x.y.z (major, minor, bug fix). The use of Milestones (M) and ReleaseCandidates (RC) are also common : 1.0.0-M1 -> 1.0.0-M2 -> ... 1.0.0-M7 -> 1.0.0-RC1 -> 1.0.0-RC2 -> ... 1.0.0-RC4 -> 1.0.0 (final version) But as Colm says, this is just one way of doing things. You can even start with pre-1.0 versions, like 0.7. Just one rule : discuss the scheme on the mailing list so that everyone agrees with it.
