You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/03/13 04:06:22 UTC

[royale-asjs] 01/06: RELEASE_NOTES got renamed

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

aharui pushed a commit to branch release/0.9.2
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit ac3b044e59f253175d3e4db974d71816d77f3551
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Mar 12 11:00:03 2018 -0700

    RELEASE_NOTES got renamed
---
 ApproveRoyale.xml | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/ApproveRoyale.xml b/ApproveRoyale.xml
index d39e329..08532ba 100644
--- a/ApproveRoyale.xml
+++ b/ApproveRoyale.xml
@@ -352,6 +352,7 @@
             reportFile="${src.rat.report}">
             <fileset dir="${basedir}/${package.url.name}">
                 <exclude name="README.md"/>
+                <exclude name="RELEASE_NOTES.md"/>
                 <exclude name="**/README.md"/>
                 <exclude name="LICENSE.bin"/>
                 <exclude name="LICENSE.base"/>
@@ -415,6 +416,7 @@
             reportFile="${bin.rat.report}">
             <fileset dir="${basedir}/${bin.package.url.name}">
                 <exclude name="README.md"/>
+                <exclude name="RELEASE_NOTES.md"/>
                 <exclude name="**/README.md"/>
                 <exclude name="LICENSE.bin"/>
                 <exclude name="LICENSE.base"/>
@@ -650,10 +652,10 @@
         	    </not>
 			</condition>
         </fail>
-        <fail message="RELEASE_NOTES not in package">
+        <fail message="RELEASE_NOTES.md not in package">
 			<condition>
 				<not>
-					<available file="${basedir}/${package.url.name}/RELEASE_NOTES" />
+					<available file="${basedir}/${package.url.name}/RELEASE_NOTES.md" />
 				</not>
 			</condition>
         </fail>
@@ -680,10 +682,10 @@
         defaultvalue="y"
         addproperty="readme.ok"/>
 		<antcall target="display-text" >
-            <param name="file" value="${basedir}/${package.url.name}/RELEASE_NOTES" />
+            <param name="file" value="${basedir}/${package.url.name}/RELEASE_NOTES.md" />
         </antcall>
 		<input
-			message="Check the RELEASE_NOTES for copyright years, spelling, grammar, accuracy. Is it ok?"
+			message="Check the RELEASE_NOTES.md for copyright years, spelling, grammar, accuracy. Is it ok?"
             validargs="y,n"
         defaultvalue="y"
         addproperty="releasenotes.ok"/>
@@ -1043,7 +1045,7 @@ OS: ${os.name} ${os.arch} ${os.version}
 Source kit signatures match: y
 Source kit builds: y
 README is ok: ${readme.ok}
-RELEASE_NOTES is ok: ${releasenotes.ok}
+RELEASE_NOTES.md is ok: ${releasenotes.ok}
 NOTICE is ok: ${notice.ok}
 LICENSE is ok: ${license.ok}
 No unapproved licenses or archives: ${rat.license.ok}
@@ -1071,7 +1073,7 @@ OS: ${os.name} ${os.arch} ${os.version}
 Source kit signatures match: y
 Source kit builds: y
 README is ok: ${readme.ok}
-RELEASE_NOTES is ok: ${releasenotes.ok}
+RELEASE_NOTES.md is ok: ${releasenotes.ok}
 NOTICE is ok: ${notice.ok}
 LICENSE is ok: ${license.ok}
 No unapproved licenses or archives: ${rat.license.ok}

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.