Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix commit count part of version being off by 1 | 2022-06-01 | -1/+2 | |
| | ||||
* | Docker: install package in image and use version to tag it | 2022-05-31 | -0/+4 | |
| | ||||
* | Automatically determine the package version | 2022-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. |