HelloThisIsFlo / Appdaemon-Test-Framework

Clean, human-readable tests for Appdaemon
https://hellothisisflo.github.io/Appdaemon-Test-Framework/
MIT License
45 stars 19 forks source link

Tag releases in git tags such that they show in "Releases" tab on Github #7

Closed danobot closed 5 years ago

danobot commented 5 years ago

I can see you are using semantic versioning, which is awesome! Can you please tag your releases in Git such that they show up in Githubs "Releases" tab?

HelloThisIsFlo commented 5 years ago

Great idea! Thanks. I just added this ;)

I also took the opportunity to refine the CD process. Now only tagged commits are deployed, and some tests are integrated in the process. These tests aren't proper unit tests, but more some integration tests of some sort based on the automation I was developing as I built this framework. It's not perfect, but it's better than nothing. At least it provides some kind of backward compatibility safety.