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

rkk pushed a commit to branch rc2-readme
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git


The following commit(s) were added to refs/heads/rc2-readme by this push:
     new 73136ed  README file draft
73136ed is described below

commit 73136ed7a93a5ed518f919f59d33409e382763db
Author: rileykk <[email protected]>
AuthorDate: Tue Dec 13 10:01:54 2022 -0800

    README file draft
---
 CHANGELOG.md |  1 +
 README       | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4fc1388..72eccca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0
    - Removed unnecessary function call. Removed an unneeded function call that 
seemed to be consuming a lot of pipeline runtime.
    - Batched tasks submitted to executors in pool. Saves wasted time switching 
between completed & new tasks.
 - Added missing ASF headers to all .py files in this repository.
+- Added ASF `README` for release.
 ### Deprecated
 ### Removed
 ### Fixed
diff --git a/README b/README
new file mode 100644
index 0000000..a43ed20
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+Apache SDAP release 1.0.0
+
+This is a source distribution of Apache SDAP - Ingester.
+
+Changes since the previous release are described in the
+CHANGELOG.md file.
+
+The LICENSE and NOTICE files contain license information.
+
+You can find instructions how to build the release at
+https://incubator-sdap-nexus.readthedocs.io/en/latest/build.html
+
+Further information about Apache SDAP is available at its web site,
+https://sdap.incubator.apache.org.
\ No newline at end of file

Reply via email to