This is an automated email from the ASF dual-hosted git repository.
nchung pushed a commit to branch release/1.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
The following commit(s) were added to refs/heads/release/1.0.0 by this push:
new f60e983 Rc2 readme (#223)
f60e983 is described below
commit f60e98331ac29b57ca40322f8f96e98a5c69e553
Author: Riley Kuttruff <[email protected]>
AuthorDate: Tue Dec 13 10:37:45 2022 -0800
Rc2 readme (#223)
* README file draft
* CHANGELOG
* README file draft
Co-authored-by: rileykk <[email protected]>
---
CHANGELOG.md | 1 +
README | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b950c06..0e6f7c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0
- Added documentation for building SDAP docker images
- Prepared documentation for v1.0.0 release.
- Added missing ASF headers to all .py files in this repository.
+- Added ASF `README` for release.
### Changed
- SDAP-390: Changed `/doms` to `/cdms` and `doms_reader.py` to `cdms_reader.py`
- domslist endpoint points to AWS insitu instead of doms insitu
diff --git a/README b/README
new file mode 100644
index 0000000..cce06ce
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+Apache SDAP release 1.0.0
+
+This is a source distribution of Apache SDAP - NEXUS.
+
+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