aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-notes.rst
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-10-16 14:03:41 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2017-10-16 14:03:41 +0530
commitcf25e7473021201e0ffbe59df2556a7bc712f5d3 (patch)
treeaaab2e664c39671762315774841f55dded6d2480 /docs/release-notes.rst
parent6b8a853b2ceccf79c952b2bc0b89da545b5cc6dd (diff)
Add release note entries
CLI-40 Change-Id: Iec8b65ee824cd4869fd2aa7e6a720c464598de36 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r--docs/release-notes.rst45
1 files changed, 8 insertions, 37 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 39389326..da4584b7 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -3,46 +3,17 @@
CLI Release Notes
=================
-.. note::
- * This Release Notes must be updated each time the team decides to Release new artifacts.
- * The scope of this Release Notes is for this particular component. In other words, each ONAP component has its Release Notes.
- * This Release Notes is cumulative, the most recently Released artifact is made visible in the top of this Release Notes.
- * Except the date and the version number, all the other sections are optional but there must be at least one section describing the purpose of this new release.
- * This note must be removed after content has been added.
-
-
-Version: x.y.z
+Version: 1.1.0
--------------
-
-:Release Date: yyyy-mm-dd
-
+:Release Date: 2017-11-16 (DRAFT)
**New Features**
-One or two sentences explaining the purpose of this Release.
-
-**Bug Fixes**
- - `CIMAN-65 <https://jira.onap.org/browse/CIMAN-65>`_ and a sentence explaining what this defect is addressing.
-**Known Issues**
- - `CIMAN-65 <https://jira.onap.org/browse/CIMAN-65>`_ and two, three sentences.
- One sentences explaining what is the issue.
-
- Another sentence explaining the impact of the issue.
-
- And an optional sentence providing a workaround.
-
-**Security Issues**
- You may want to include a reference to CVE (Common Vulnerabilities and Exposures) `CVE <https://cve.mitre.org>`_
-
-
-**Upgrade Notes**
-
-**Deprecation Notes**
-
-**Other**
-
-===========
-
-End of Release Notes
+* Release first version of Open Command Line Interface Platform (OCLIP), an CLI platform for implementing CLI using YAML file without coding
+ For more details, :ref:`OCLIP`.
+* It provides Open Command Specification (OCS) 1.0 for defining the commands in YAML format, similar to Open API Specification (API).
+ For more details, :ref:`open_cli_schema_version_1_0`.
+* All Onap commands are developed using OCLIP by authoring set of YAML files.
+ For more details, :ref:`cmd_help`.