Skip to content

Commit

Permalink
SW-1181 fix-release-compare-of-github-releases (#4)
Browse files Browse the repository at this point in the history
* fix release compare so the PEP-440 will be compared correctly
  • Loading branch information
Josef-MrBeam authored Mar 30, 2022
1 parent ddc3912 commit 54da8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sw-update-conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"default": {
"type": "github_commit",
"user": "mrbeam",
"release_compare": "unequal",
"release_compare": "python_unequal",
"stable": {
"branch": "mrbeam2-stable",
"branch_default": "mrbeam2-stable",
Expand Down

0 comments on commit 54da8c9

Please sign in to comment.