We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555e05e commit bcb1727Copy full SHA for bcb1727
2 files changed
archlinuxcn/python-eth-hash/.nvchecker.toml
@@ -3,3 +3,4 @@ source = "git"
3
git = "https://github.com/ethereum/eth-hash.git"
4
use_max_tag = true
5
prefix = "v"
6
+include_regex = '^v\d+\.\d+\.\d+$'
archlinuxcn/python-eth-hash/lilac.yaml
@@ -14,4 +14,5 @@ update_on:
14
github: ethereum/eth-hash
15
use_max_tag: true
16
prefix: v
17
+ include_regex: ^v\d+\.\d+\.\d+$
18
- alias: python
0 commit comments