diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-03-14 10:26:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-14 10:26:10 +0200 |
commit | e78696352343186a5ce6add9757d640e33a5d8f1 (patch) | |
tree | b108078145f384dd54685390ce16380737a66cff /scripts/GeneratePublishReportPart1.py | |
parent | 40974e9d8388b6fd77421ad02704f027470aa252 (diff) | |
download | vaadin-framework-e78696352343186a5ce6add9757d640e33a5d8f1.tar.gz vaadin-framework-e78696352343186a5ce6add9757d640e33a5d8f1.zip |
Build report changes for Vaadin Framework 8.1 (#8823)
* Use only one staging repository
* Move "Close milestone" to a later step
Note that these changes only apply to 8.1+.
* Add BOM as expected artifact
Diffstat (limited to 'scripts/GeneratePublishReportPart1.py')
-rw-r--r-- | scripts/GeneratePublishReportPart1.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/GeneratePublishReportPart1.py b/scripts/GeneratePublishReportPart1.py index d3eda80284..ef6cb330dc 100644 --- a/scripts/GeneratePublishReportPart1.py +++ b/scripts/GeneratePublishReportPart1.py @@ -85,6 +85,9 @@ content += """ if not prerelease: content += '<tr><td></td><td><a href="http://vaadin.com/api">Verify API version list updated</a></td></tr>' +# close GitHub milestone +content += "<tr><td></td><td><a href=\"https://github.com/vaadin/framework/milestones\">Close GitHub Milestone</a></td></tr>" + content += """ <tr><td></td><td><a href="http://{teamcityUrl}/viewLog.html?buildId={buildId}&buildTypeId={buildTypeId}&tab=dependencies"><h2>Start Post-Publish Release from dependencies tab</a></td></tr> </table> |