Arduino-Temperature-Control-Library
Arduino-Temperature-Control-Library copied to clipboard
bug: release should be created whenever merge to master happens
There is a confusing set of versions around this repository:
- the various git commits (latest one is https://github.com/milesburton/Arduino-Temperature-Control-Library/commit/e3c727618653484bc7365ef238f46983fddc66b4 a month ago)
- the actual releases on github - (https://github.com/milesburton/Arduino-Temperature-Control-Library/releases/tag/3.9.1 released in 2020 ...)
- the version mentioned in (https://github.com/milesburton/Arduino-Temperature-Control-Library/blob/master/library.properties indicating the library version is 3.11 last updated last year)
Moreover, there is no single process for determining which version should be used
I would suggest that a workflow be created that publishes a release once the code is successfully built and tested (to the extent that it can be on GitHub) and the various official release files be updated (library.properies)