You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2021/08/22 21:31:55 UTC

[royale-compiler] 02/02: make sure we include compiler release notes in staging

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

gregdove pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit bf2047ca0c52a68363ed89f2171ea22bc8889cbe
Author: greg-dove <gr...@gmail.com>
AuthorDate: Mon Aug 23 09:24:29 2021 +1200

    make sure we include compiler release notes in staging
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 4a17a34..4f9086f 100644
--- a/build.xml
+++ b/build.xml
@@ -274,7 +274,7 @@
                 <include name="NOTICE.base"/>
                 <include name="NOTICE.fdb"/>
                 <include name="NOTICE.oem"/>
-                <include name="RELEASE_NOTES"/>
+                <include name="RELEASE_NOTES.md"/>
                 <include name="installer.xml"/>
                 <include name="installer.properties/**"/>
                 <include name="pom.xml"/>