Skip to content

Commit 3e551fe

Browse files
committed
✨ Add a prerelease channel
1 parent 04460c0 commit 3e551fe

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

octoprint_firmware_check/__init__.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,18 @@ def get_update_information(self):
132132
user="OctoPrint",
133133
repo="OctoPrint-FirmwareCheck",
134134
current=self._plugin_version,
135+
stable_branch={
136+
"name": "Stable",
137+
"branch": "master",
138+
"comittish": ["master"],
139+
},
140+
prerelease_branches=[
141+
{
142+
"name": "Prerelease",
143+
"branch": "devel",
144+
"comittish": ["devel", "master"],
145+
}
146+
],
135147
# update method: pip
136148
pip="https://github.com/OctoPrint/OctoPrint-FirmwareCheck/archive/{target_version}.zip",
137149
)

0 commit comments

Comments
 (0)