briggySmalls / late-train-mate

A lightweight website that provides stats on delayed or cancelled UK train services
MIT License
0 stars 0 forks source link

Improve versioning #11

Open briggySmalls opened 7 years ago

briggySmalls commented 7 years ago

The project should employ the use of semantic versioning. This should see config.yaml updated with individual Major, minor, patch version numbers. Furthermore it would probably be beneficial to have a fourth, informational build number. The SemVer 2.0 specification says this would like like: <Major>.<minor>.<patch>+<build> As per this answer We would probably get the build number from git using Git Hooks