maghoff / sausagewiki

A simple, self-contained Wiki engine
GNU General Public License v3.0
99 stars 6 forks source link

META: Semantic versioning in Github releases #68

Closed paulcmal closed 6 years ago

paulcmal commented 6 years ago

Hey, i think it would be super useful to follow some form of semantic versioning in the releases. In particular, that allows people to track from a shell script running in a cron when new versions come out.

Usually, the standard used for versioning is semantic versioning. From semver.org :

Given a version number MAJOR.MINOR.PATCH, increment the:

  • MAJOR version when you make incompatible API changes,
  • MINOR version when you add functionality in a backwards-compatible manner, and
  • PATCH version when you make backwards-compatible bug fixes.

Is this something you would be willing to do? :)

maghoff commented 6 years ago

I'm postponing that until Sausagewiki is more mature.