mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-12 14:26:07 -04:00
Fix regex for filtering release titles in beta sections (#6210)
Signed-off-by: madeofstown <33820964+madeofstown@users.noreply.github.com>
This commit is contained in:
@@ -60,19 +60,19 @@ does **not** apply to it.
|
||||
### Open beta
|
||||
|
||||
- **Include prereleases:** on
|
||||
- **Filter release titles by regular expression:** `-open\.`
|
||||
- **Filter release titles by regular expression:** `-open`
|
||||
- **Filter APKs by regular expression:** see [Picking the APK](#picking-the-apk)
|
||||
|
||||
### Closed beta
|
||||
|
||||
- **Include prereleases:** on
|
||||
- **Filter release titles by regular expression:** `-closed\.`
|
||||
- **Filter release titles by regular expression:** `-closed`
|
||||
- **Filter APKs by regular expression:** see [Picking the APK](#picking-the-apk)
|
||||
|
||||
### Bleeding edge (newest promoted test build, any channel)
|
||||
|
||||
- **Include prereleases:** on
|
||||
- **Filter release titles by regular expression:** `-(closed|open)\.`
|
||||
- **Filter release titles by regular expression:** `-(closed|open)`
|
||||
- **Filter APKs by regular expression:** see [Picking the APK](#picking-the-apk)
|
||||
|
||||
Obtainium installs the newest promoted prerelease — whatever is currently in
|
||||
|
||||
Reference in New Issue
Block a user