]> source.dussan.org Git - vaadin-framework.git/commitdiff
Change expected pre-release version number pattern in publish report pr7969/r4
authorHenri Sara <hesara@vaadin.com>
Wed, 16 Nov 2016 07:56:19 +0000 (09:56 +0200)
committerDenis Anisimov <denis@vaadin.com>
Mon, 12 Dec 2016 15:18:46 +0000 (17:18 +0200)
Change-Id: Icdacecc490d2490ea9e262f5c5736c1dece2a89d

scripts/GeneratePublishReportPart1.py

index 7cb0e7989dc210b930b43fd075d678ea9ae31d87..a6a076df9ca6d59b476c335c7c1e820184fe3ddc 100644 (file)
@@ -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")