clearlydefined / service

The service side of clearlydefined.io
MIT License
45 stars 40 forks source link

Use semantic versioning for released versions of the service #1027

Closed elrayle closed 7 months ago

elrayle commented 8 months ago

Description

The production service has been using incremental numbers for versions. This issue proposes switching to use Semantic Versioning. This approach to versioning makes it easier for downstream users to gauge the level of change from the version number.

As part of this work, releases will be documented using GitHub releases. This provides information about what changed and what actions are required to update to the new release.

Related Work

Related Work

elrayle commented 8 months ago

Thoughts on process...

elrayle commented 7 months ago

Release v1.0.0 was published on Feb 1, 2024. This completes the work for this issue.