aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-11-16 09:56:19 +0200
committerHenri Sara <hesara@vaadin.com>2016-11-16 09:56:19 +0200
commit9696c66041d9852a97aa553485afcca354d684d3 (patch)
tree3ae6a44556e0cad9645a5a8de2bdf4670748dae6
parent9d49d3f78059d440c9fd3f624982674bff8ae7cf (diff)
downloadvaadin-framework-9696c66041d9852a97aa553485afcca354d684d3.tar.gz
vaadin-framework-9696c66041d9852a97aa553485afcca354d684d3.zip
Change expected pre-release version number pattern in publish report
Change-Id: Icdacecc490d2490ea9e262f5c5736c1dece2a89d
-rw-r--r--scripts/GeneratePublishReportPart1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/GeneratePublishReportPart1.py b/scripts/GeneratePublishReportPart1.py
index 5f69c08384..df9405bb51 100644
--- a/scripts/GeneratePublishReportPart1.py
+++ b/scripts/GeneratePublishReportPart1.py
@@ -14,7 +14,7 @@ metadataChecks = {
'https://vaadin.com/download/VERSIONS_7': '^7\..*',
'https://vaadin.com/download/release/7.7/LATEST': '^7\..*',
'https://vaadin.com/download/LATEST': '^6\..*',
- 'https://vaadin.com/download/PRERELEASES': '^{ver}'
+ 'https://vaadin.com/download/PRERELEASES': '^8\..*'
}
parser = argparse.ArgumentParser(description="Post-publish report generator")