VictronMPPT-ESPHOME icon indicating copy to clipboard operation
VictronMPPT-ESPHOME copied to clipboard

Introduce tags (versioning?)

Open cserem opened this issue 2 years ago • 2 comments

Hello!

ESPHome - to my knowledge - doesn't offer an option to refernce a commit as github source. Because of this, rollback is a real pain: git clone/git checkout manually, then copy the files to the appropriate folder. Please evaluate the idea of addig tags to commits, so they can be referenced in the config.yaml for easy "version" switching.

Thanks M

cserem avatar May 29 '22 12:05 cserem

I would be happy about Semantic Versioning (https://semver.org/).

syssi avatar May 29 '22 14:05 syssi

Yes, but wouldn't that require extra effort to classify a change as major/minor/patch?

Wouldn't a date based tag be simpler? yyyymmdd+an extra digit if multiple commits get merged per day?

cserem avatar May 29 '22 16:05 cserem