Skip to content

Commit

Permalink
add release channels available in OctoPrint 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jneilliii committed Nov 10, 2020
1 parent f9c530d commit f9d17fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions octoprint_tasmota/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,16 @@ def get_update_information(self):
user="jneilliii",
repo="OctoPrint-Tasmota",
current=self._plugin_version,
stable_branch=dict(
name="Stable", branch="master", comittish=["master"]
),
prerelease_branches=[
dict(
name="Release Candidate",
branch="rc",
comittish=["rc", "master"],
)
],

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

0 comments on commit f9d17fb

Please sign in to comment.