Просмотр исходного кода

Change expected pre-release version number pattern in publish report

Change-Id: Icdacecc490d2490ea9e262f5c5736c1dece2a89d
reviewable/pr7969/r4
Henri Sara 7 лет назад
Родитель
Сommit
8df27b952d
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      scripts/GeneratePublishReportPart1.py

+ 1
- 1
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")

Загрузка…
Отмена
Сохранить