This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch asf/5.0-alpha/release
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
The following commit(s) were added to refs/heads/asf/5.0-alpha/release by this
push:
new 2e3ab3c Add CHANGES file in distribution file.
2e3ab3c is described below
commit 2e3ab3c7c9eba031eb1b088327de8324b22296d9
Author: wusheng <[email protected]>
AuthorDate: Sun Mar 18 19:35:00 2018 +0800
Add CHANGES file in distribution file.
---
CHANGELOG.md => CHANGES.md | 4 ++--
apm-dist/src/main/assembly/binary.xml | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGES.md
similarity index 97%
rename from CHANGELOG.md
rename to CHANGES.md
index 552f2c0..362dead 100644
--- a/CHANGELOG.md
+++ b/CHANGES.md
@@ -1,6 +1,6 @@
- Release Notes.
- Changes by Version
+ Changes by Version
==================
+ Release Notes.
5.0.0-alpha
------------------
diff --git a/apm-dist/src/main/assembly/binary.xml
b/apm-dist/src/main/assembly/binary.xml
index ed0cf52..9f20b4c 100644
--- a/apm-dist/src/main/assembly/binary.xml
+++ b/apm-dist/src/main/assembly/binary.xml
@@ -61,6 +61,7 @@
<includes>
<include>NOTICE</include>
<include>LICENSE</include>
+ <include>CHANGES</include>
</includes>
</fileSet>
--
To stop receiving notification emails like this one, please contact
[email protected].