We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9b90a commit 3f83697Copy full SHA for 3f83697
1 file changed
octoprint_file_check/__init__.py
@@ -45,6 +45,18 @@ def get_update_information(self):
45
user="OctoPrint",
46
repo="OctoPrint-FileCheck",
47
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
58
+ }
59
+ ],
60
# update method: pip
61
pip="https://github.com/OctoPrint/OctoPrint-FileCheck/archive/{target_version}.zip",
62
)
0 commit comments