-
Notifications
You must be signed in to change notification settings - Fork 19
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
Is there a way to select a branch from a list #23
Labels
enhancement
New feature or request
Comments
The best would be to have a list of potential branchs in the json, and so the user will select the branch he/she wants to get |
I like that idea, I guess it would be extremely useful |
galadril
added a commit
to galadril/domoticz-plugins-manager
that referenced
this issue
Dec 11, 2024
Fixes stas-demydiuk#23 Update `plugins.json` to allow specifying multiple branches for each plugin. * Change the `branch` field to a list of branches for each plugin. * Update the `Zigate` plugin entry to include multiple branches: "stable6", "beta6", and "development". * Modify all other plugin entries to have their `branch` field as a list containing "master".
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some plugins ( Domoticz-Zigate ) have 2 branches, stable and beta (pretty soon a 3rd one will also be available as it wont' be compatible with Domoticz below 2020 ).
What is the recommendation ? create as many entries as available branches ?
The text was updated successfully, but these errors were encountered: