Task-Tracker-Systems / Task-Tracker-Device

Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2 stars 0 forks source link

automatically deploy built binaries on build server for tagged versions #53

Open dhebbeker opened 1 year ago

dhebbeker commented 1 year ago

For each pushed version tag, the built binary file (which may be flashed to the device) shall be provided by the build server (as build artefact).

A version tag shall use the version name prefixed with a v as this is common practice. The rest of the tag string shall be according to SemVer.

Depends on: