aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")