Using semantic versions with Git
Semver is realised using git tags:
$ git tag -a v3.0.2 -m 'Keylime version 3.0.2'
Alternatively, you can use the github UI to create a tag, at the same time as
the release.
Go to the [new release page](https://github.com/keylime/keylime/releases/new)
and enter a Tag, provide a title (Keylime vx.x.x) and list the changes in the release,
linking to commits.
Further reading
More details about [available here](https://github.com/semver/semver/blob/master/semver.md)