Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2022-09-05 01:29:05 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-09-10 14:47:20 +0300
commit6764066c5e6592a96420ffe330c192a0946f5834 (patch)
treed14da9409c8514e2826ec33e8de8c8575323a78d /scripts
parentf8093f964c2db715930283af893535f4f24adbd2 (diff)
Support snapshot builds for check release excludes
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-release-excludes.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/check-release-excludes.sh b/scripts/check-release-excludes.sh
index 784ad1d1b1..d3044784ec 100755
--- a/scripts/check-release-excludes.sh
+++ b/scripts/check-release-excludes.sh
@@ -163,6 +163,8 @@ validateExtension() {
;;
RELEASE-DATE-[1-9].[0-9].[0-9]-dev)
;;
+ RELEASE-DATE-[1-9].[0-9]+snapshot)
+ ;;
CONTRIBUTING.md)
;;
README)