Add Version + Release action#11
Add Version + Release action#11ludeeus merged 5 commits intocustom-components:masterfrom edenhaus:version
Conversation
|
@ludeeus Can you please review this PR or delegate it to the correct person? |
|
This looks to make this compatible with Home Assistant 2021.06? Am I right? |
Yes exactly |
This is not something you can add, that is a default special secret that GitHub injects to the action during runtime 👍 |
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
Thanks for clarification :) |
brianhanifin
left a comment
There was a problem hiding this comment.
The release looks to have resolved the no 'version' key warning in the Home Assistant 2021.05.x log. This is resolved!
| DOMAIN = "readme" | ||
| DOMAIN_DATA = f"{DOMAIN}_data" | ||
| VERSION = "0.2.1" | ||
| INTEGRATION_VERSION = "0.0.0" |
There was a problem hiding this comment.
Does this need to be changed to "0.2.2" for the Release action to work?
There was a problem hiding this comment.
Or does the 0.0.0 get replaced when a new Release is tagged?
There was a problem hiding this comment.
It's replaced here and in the manifest
Adds release action and version field, which is required for HA 2021.6+