Skip to content

Commit

Permalink
✨ Add prerelease channel
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Feb 23, 2021
1 parent 6b7634e commit 2e58c14
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions octoprint_fixcbdfirmware/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,18 @@ def get_update_information(self):
"user": "OctoPrint",
"repo": "OctoPrint-FixCBDFirmware",
"current": self._plugin_version,
"stable_branch": {
"name": "Stable",
"branch": "master",
"commitish": ["devel", "master"],
},
"prerelease_branches": [
{
"name": "Prerelease",
"branch": "devel",
"commitish": ["devel", "master"],
}
],
"pip": "https://github.com/OctoPrint/OctoPrint-FixCBDFirmware/archive/{target_version}.zip",
}
}
Expand Down

0 comments on commit 2e58c14

Please sign in to comment.