release.sh: Explain example usages
This commit is contained in:
parent
8a9d8a0ef6
commit
53150b18de
@ -1,5 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Bash version 3.2+ is required for regexp
|
# Bash version 3.2+ is required for regexp
|
||||||
|
# Usage:
|
||||||
|
# tool/release.sh 3.0.0
|
||||||
|
# tool/release.sh 3.0.0-rc1
|
||||||
|
|
||||||
EXTS='.tar.gz .tar.xz .zip'
|
EXTS='.tar.gz .tar.xz .zip'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user