aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/version.py (follow)
Commit message (Collapse)AuthorAgeLines
* Fix commit count part of version being off by 1Gravatar MarkKoz2022-06-01-1/+2
|
* Docker: install package in image and use version to tag itGravatar MarkKoz2022-05-31-0/+4
|
* Automatically determine the package versionGravatar MarkKoz2022-05-31-0/+34
Use the HEAD commit's date as the package's version. Append the number of commits made on the same date as HEAD to ensure multiple releases on the same date still have unique versions.