From 9696c66041d9852a97aa553485afcca354d684d3 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Wed, 16 Nov 2016 09:56:19 +0200 Subject: [PATCH] Change expected pre-release version number pattern in publish report Change-Id: Icdacecc490d2490ea9e262f5c5736c1dece2a89d --- scripts/GeneratePublishReportPart1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.5