strelka-ui icon indicating copy to clipboard operation
strelka-ui copied to clipboard

Proposal: Switch to semantic release versions

Open Flet opened this issue 7 months ago • 1 comments

I'd like to propose switching to using a semantic versioning style for release numbers.

Reasons:

  • Well-known standard that is employed by many projects.
  • able to convey the impact of updates at a high level (major.minor.patch)
  • Current versioning relies on alphabetic sort order and can lead to confusion and collisions (is v2.13 older or newer than v2.2? what about v2.192`?)

I think we can just start with a v3.0.0 release to avoid overlap with the previous version numbers.

Any thoughts?

Flet avatar Mar 17 '25 19:03 Flet