Skip to content

Commit f9d17fb

Browse files
committed
add release channels available in OctoPrint 1.5.0.
1 parent f9c530d commit f9d17fb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

octoprint_tasmota/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,16 @@ def get_update_information(self):
780780
user="jneilliii",
781781
repo="OctoPrint-Tasmota",
782782
current=self._plugin_version,
783+
stable_branch=dict(
784+
name="Stable", branch="master", comittish=["master"]
785+
),
786+
prerelease_branches=[
787+
dict(
788+
name="Release Candidate",
789+
branch="rc",
790+
comittish=["rc", "master"],
791+
)
792+
],
783793

784794
# update method: pip
785795
pip="https://github.com/jneilliii/OctoPrint-Tasmota/archive/{target_version}.zip"

0 commit comments

Comments
 (0)