Skip to content

Commit

Permalink
Fix a misunderstanding of the new Software update feature
Browse files Browse the repository at this point in the history
Introducing devel_rc now for upcoming releases
  • Loading branch information
Salandora authored Mar 11, 2021
1 parent 46c83ef commit 24c545e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions octoprint_filemanager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,10 @@ def get_update_information(self):
),
prerelease_branches=[
dict(
name="Development",
branch="devel",
name="Development RC",
branch="devel_rc",
comittish=[
"devel",
"devel_rc",
"master"
]
)
Expand Down

0 comments on commit 24c545e

Please sign in to comment.