HelloThisIsFlo/Appdaemon-Test-Framework

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

danobot opened this issue · 1 comments

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?

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.