Skip to content

Commit 3f83697

Browse files
committed
✨ Add a prerelease channel
1 parent 2c9b90a commit 3f83697

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

octoprint_file_check/__init__.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ def get_update_information(self):
4545
user="OctoPrint",
4646
repo="OctoPrint-FileCheck",
4747
current=self._plugin_version,
48+
stable_branch={
49+
"name": "Stable",
50+
"branch": "master",
51+
"commitish": ["devel", "master"],
52+
},
53+
prerelease_branches=[
54+
{
55+
"name": "Prerelease",
56+
"branch": "devel",
57+
"commitish": ["devel", "master"],
58+
}
59+
],
4860
# update method: pip
4961
pip="https://github.com/OctoPrint/OctoPrint-FileCheck/archive/{target_version}.zip",
5062
)

0 commit comments

Comments
 (0)