You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/05/07 17:38:24 UTC

[incubator-openwhisk-release] branch master updated: include the URL to project header policy in release vote email (#274)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c8640b  include the URL to project header policy in release vote email (#274)
9c8640b is described below

commit 9c8640b2cd8a4894c64c99b75cb194996d41ada9
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue May 7 13:38:19 2019 -0400

    include the URL to project header policy in release vote email (#274)
---
 tools/gen-release-vote.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tools/gen-release-vote.py b/tools/gen-release-vote.py
index fd03c59..5238885 100755
--- a/tools/gen-release-vote.py
+++ b/tools/gen-release-vote.py
@@ -134,11 +134,13 @@ Release verification checklist for reference:
   [ ] DISCLAIMER is included.
   [ ] Source code artifacts have correct names matching the current release.
   [ ] LICENSE and NOTICE files are correct for each OpenWhisk repository.
-  [ ] All files have license headers if necessary.
+  [ ] All files have license headers as specified by OpenWhisk project policy [1].
   [ ] No compiled archives bundled in source archive.
 
 This majority vote is open for at least 72 hours.
-{signature}""".format(version = version.v,
+{signature}
+
+[1] https://github.com/apache/incubator-openwhisk-release/blob/master/docs/license_compliance.md""".format(version = version.v,
            rc = version.rc,
            N = ("%s project modules" % componentCount) if componentCount > 1 else "project module",
            githashes = gitHashes(components),