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 <[email protected]> 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"/>
