-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't skip prereleases for Beta livecheck
And the default regex works fine for release versions, so we don't need to have a special one.
- Loading branch information
1 parent
b278c0a
commit d47e643
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
|
||
livecheck do | ||
url :url | ||
regex(/^(?:BeagleIM )?v?(\d+\.\d+\.\d+)$/i) | ||
strategy :github_releases | ||
end | ||
|
||
|