Use normal versioning system (semver?) #3

Closed
opened 2022-05-16 16:48:53 +02:00 by rudzik8 · 0 comments
Member

Currently, every release is marked like this: YYYY-MM-DD. If two releases releases made in one day, second is named like YYYY-MM-DDfix, third like YYYY-MM-DDfix2 and so on.
This system is really weird and strange. We need to change that

Options:

  • Start using semver (which is MAJOR.MINOR.PATCH), counting from v1.0.0
  • Start using versys I've used for mcl_decor (which is MAJOR.MINOR_PATCH), counting from v1.0_00
  • Start using most primitive rolling versys (like rolling-RELEASENUMBER)

Each option (even last one) will be better than our current crappy date(+fix) versioning

Currently, every release is marked like this: `YYYY-MM-DD`. If two releases releases made in one day, second is named like `YYYY-MM-DDfix`, third like `YYYY-MM-DDfix2` and so on. This system is really weird and strange. We need to change that ### Options: * Start using [semver](https://semver.org/) (which is `MAJOR.MINOR.PATCH`), counting from **v1.0.0** * Start using versys I've used for [mcl_decor](https://git.minetest.land/rudzik8/mcl_decor/releases) (which is `MAJOR.MINOR_PATCH`), counting from **v1.0_00** * Start using most primitive rolling versys (like `rolling-RELEASENUMBER`) Each option (even last one) will be better than our current crappy date(+fix) versioning
rudzik8 added the
discussion
label 2022-05-16 16:48:53 +02:00
rudzik8 changed title from Use normal versioning system (symver?) to Use normal versioning system (semver?) 2022-05-18 08:40:27 +02:00
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VoxeLibre/mcl_cozy#3
No description provided.