Skip to content

Commit 94771b9

Browse files
committed
♻️ Allow stable releases to be tagged on devel too
We will only have two channels for now, stable and prerelease. We'll make our lives easier by allowing tagging on both and a general workflow of working on devel, then prior to release merging to master, prereleasing, final testing, removing prerelease flag (or alternatively pushing additional prerelease versions).
1 parent d78a5dc commit 94771b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_firmware_check/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def get_update_information(self):
165165
stable_branch={
166166
"name": "Stable",
167167
"branch": "master",
168-
"comittish": ["master"],
168+
"comittish": ["devel", "master"],
169169
},
170170
prerelease_branches=[
171171
{

0 commit comments

Comments
 (0)