File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ See the `Config` object for various options.
43
43
Validate releases with default settings:
44
44
``` sh
45
45
./contrib/verify-binaries/verify.py pub 22.0
46
- ./contrib/verify-binaries/verify.py pub 22.0-rc2
46
+ ./contrib/verify-binaries/verify.py pub 22.0-rc3
47
47
```
48
48
49
49
Get JSON output and don't prompt for user input (no auto key import):
@@ -63,8 +63,8 @@ threshold of at least 10 trusted signatures:
63
63
If you only want to download the binaries of certain platform, add the corresponding suffix, e.g.:
64
64
65
65
``` sh
66
- ./contrib/verify-binaries/verify.py pub 22.0-osx
67
- ./contrib/verify-binaries/verify.py pub 22.0-rc2 -win64
66
+ ./contrib/verify-binaries/verify.py pub 24.0.1-darwin
67
+ ./contrib/verify-binaries/verify.py pub 23.1-rc1 -win64
68
68
```
69
69
70
70
If you do not want to keep the downloaded binaries, specify the cleanup option.
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def bool_from_env(key, default=False) -> bool:
97
97
98
98
99
99
VERSION_FORMAT = "<major>.<minor>[.<patch>][-rc[0-9]][-platform]"
100
- VERSION_EXAMPLE = "22.0-x86_64 or 0.21.0-rc2-osx "
100
+ VERSION_EXAMPLE = "22.0-x86_64 or 23.1-rc1-darwin "
101
101
102
102
def parse_version_string (version_str ):
103
103
parts = version_str .split ('-' )
You can’t perform that action at this time.
0 commit comments