-
Notifications
You must be signed in to change notification settings - Fork 28
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
Merge dev #166
Merge dev #166
Conversation
Lint and format with ruff
Updates for inclusion in HACS
I've added Github topics, validate now succeeds |
IMHO, we should consider removing |
i'm using dev for testing some stuffs. is it ok to first create a beta release to hacs and see if there is any issue before release on main? |
Yes, that's one way to do it. I usually test stuff in dedicated feature branches and merge to main once ready. One can do pre-releases for the feature branch if required. The challenge with a dev branch is that PRs are usually targeted against main, which is then out of sync. So IMHO using a single head branch is easier for contributors.
I suggest merge to main and do a pre-release from main. That will also help inclusion in HACS default list. |
@leeyuentuen One more thing, if you do feature branches directly of main, the release notes are automatically generated based on merged PRs :-) |
In preparation for next release, we'll merge dev into main. #165 should be merged first!