tesseract-ocr: ignore release candidates
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
25dac60c83
commit
bd052631f3
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
site=https://github.com/tesseract-ocr/tesseract/releases
|
||||
pattern='tesseract/tree/\K[0-9]+\.[0-9]+\.[0-9]+(-beta\.[0-9]+)?'
|
||||
ignore="*-beta.[0-9]"
|
||||
pattern='tesseract/tree/\K[0-9]+\.[0-9]+\.[0-9]+((-beta\.[0-9]+)|(-rc[0-9]+))?'
|
||||
ignore="*-beta.[0-9] *-rc[0-9]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue