-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: some cosmetic changes in TODO.md #59
Conversation
fix: Update TODO.md (formatting)
updated the file giving an error on the linting test |
Thanks for the fixes to the readme! I have been scratching my head re the version thing. There is a github workflow for release that updates the version numbers in both manifest.json and const.py, so that the copies of those files in the released zip file have the version number in them (see I don't plan to store the version number in the main branch of the repo because then checkouts of later commits will carry a then-incorrect version number in their files, and automation of releases feels like the right place to manage that. Also I think that a feature of custom components is that if they have a version of 0.0.0 they will override a core integration of the same name (not quite relevant, but I am just trying to go by some established workflow - about which I might be mistaken, however). I am wondering though if HACS is downloading the zip file or if it's downloading the repo at the commit of the tag instead - the latter would explain how you'd get files with no version number in them. But if you enable "Show beta versions" my understanding is that it will pull directly from the main branch, but maybe the version behaviour is different, too. I will probably need to push another release before I can test this properly on my system, but there's a bug I want to crush first - hopefully that won't take too long. If you want to modify your PR to just have the README changes I'll be happy to merge that for now, anyway. |
The reason I updated the version number was when submitting an issue, the form has the following text:
So as I wasn't sure of the version # I went to Anyhow, I'm now trying to figure out how to revert that commit in the PR... |
Revert the change to the version number as requested.
Yeah, that would have been confusing! Once I've worked out if HACS does something odd with downloading releases (like by checking out the tagged commit instead of the zipped release) I'll update the issue template to make things clearer - thanks for pointing that out. todo cleanup looks good, thanks! |
No description provided.