diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2023-08-08 00:08:13 +0200 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2023-08-08 00:08:13 +0200 |
| commit | 949f3185c4cc08488bcd4ab8c8836d915bf57048 (patch) | |
| tree | fa7570362a01e484a00a3fa04940f61a0a0404f8 /make-release.sh | |
| parent | 8fd949ac5d073c640914f8c2ba96a3a7fc8b8474 (diff) | |
| download | smarty-949f3185c4cc08488bcd4ab8c8836d915bf57048.tar.gz smarty-949f3185c4cc08488bcd4ab8c8836d915bf57048.tar.bz2 smarty-949f3185c4cc08488bcd4ab8c8836d915bf57048.zip | |
Prepare meta files for pre-release of v5
Diffstat (limited to 'make-release.sh')
| -rwxr-xr-x | make-release.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make-release.sh b/make-release.sh index 6a652d51..7c6858d0 100755 --- a/make-release.sh +++ b/make-release.sh @@ -1,9 +1,9 @@ #!/bin/bash -if [[ "$1" =~ ^4\.[0-9\.-rc]+$ ]]; then +if [[ "$1" =~ ^5\.[0-9\.-rc]+$ ]]; then printf 'Creating release %s\n' "$1" else - echo "Invalid version number: $1. This script can only make v4.x.x releases." + echo "Invalid version number: $1. This script can only make v5.x.x releases." exit 1; fi |
