From cf25e7473021201e0ffbe59df2556a7bc712f5d3 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 16 Oct 2017 14:03:41 +0530 Subject: Add release note entries CLI-40 Change-Id: Iec8b65ee824cd4869fd2aa7e6a720c464598de36 Signed-off-by: Kanagaraj Manickam k00365106 --- docs/release-notes.rst | 45 ++++++++------------------------------------- 1 file changed, 8 insertions(+), 37 deletions(-) (limited to 'docs/release-notes.rst') 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 `_ and a sentence explaining what this defect is addressing. -**Known Issues** - - `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 `_ - - -**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`. -- cgit 1.2.3-korg