This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new bda2745 Added md extension to RELEASE_NOTES
bda2745 is described below
commit bda27454f7762bb4accc47a51f4a504ac48debd4
Author: Harbs <[email protected]>
AuthorDate: Wed Feb 21 12:22:01 2018 +0200
Added md extension to RELEASE_NOTES
---
RELEASE_NOTES => RELEASE_NOTES.md | 0
pom.xml | 2 ++
2 files changed, 2 insertions(+)
diff --git a/RELEASE_NOTES b/RELEASE_NOTES.md
similarity index 100%
rename from RELEASE_NOTES
rename to RELEASE_NOTES.md
diff --git a/pom.xml b/pom.xml
index ad870d1..8332c02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,6 +182,8 @@
<!-- READMEs don't have headers -->
<exclude>README.md</exclude>
<exclude>npm/README.md</exclude>
+ <!-- RELEASE_NOTES don't have headers either -->
+ <exclude>**/RELEASE_NOTES.md</exclude>
<!-- Stuff that needs to be removed -->
<exclude>fxg2svg/**</exclude>
--
To stop receiving notification emails like this one, please contact
[email protected].