From 08de3e37c65dcd583a21ecb1ab290439479c25ea Mon Sep 17 00:00:00 2001 From: Rishi Verma Date: Wed, 13 Apr 2022 17:07:18 -0700 Subject: [PATCH 1/5] Proposed CHANGELOG.md file format --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..776357083 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.1.0] - 2022-04-20 + +### Added + +- +- +- From 8230b2882b17dce5cc76a81084cdc312d16c015d Mon Sep 17 00:00:00 2001 From: Rishi Verma Date: Wed, 13 Apr 2022 17:08:28 -0700 Subject: [PATCH 2/5] Update CHANGELOG.md --- CHANGELOG.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 776357083..25bc264d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,29 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.0] - 2022-04-20 +## [1.0.0] - 2022-04-20 ### Added -- -- -- +- Documentation + - Use cases diagram + - Starter Kits + - Starter kit for `CHANGELOG.md` (template) + - Starter kit for `CONTRIBUTING.md` (template) + - ... + - Trade-study for documenation hosts +- Continuous Testing + - Use cases diagram + - Starter kits + - Starter kit for unit testing + - JUnit testing (guide to follow) + - PyUnit testing (guide to follow) + - Reference architectures + - Java unit test using JUnit in Jenkins +- Continuous Integration + - Use cases diagram + - Starter kits + - Continuous integration (CI) + - Jenkins project setup / configuration (guide to follow) + - Reference architectures + - Building and deploying a project to Artifactory From 665e7c398509bd31c31d1d5f1b670b49587c4199 Mon Sep 17 00:00:00 2001 From: John Engelke <52300928+jpl-jengelke@users.noreply.github.com> Date: Thu, 14 Apr 2022 00:45:42 -0700 Subject: [PATCH 3/5] Issue #4: Minor wording updates to changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25bc264d3..9022ff2be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,14 +20,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use cases diagram - Starter kits - Starter kit for unit testing - - JUnit testing (guide to follow) - - PyUnit testing (guide to follow) + - JUnit testing (user guide) + - PyUnit testing (user guide) - Reference architectures - Java unit test using JUnit in Jenkins - Continuous Integration - Use cases diagram - Starter kits - Continuous integration (CI) - - Jenkins project setup / configuration (guide to follow) + - Jenkins project setup / configuration (user guide) - Reference architectures - Building and deploying a project to Artifactory From 224a36e9d58d43b4881c202fa615e1ffb845f197 Mon Sep 17 00:00:00 2001 From: Rishi Verma Date: Wed, 20 Apr 2022 09:57:03 -0700 Subject: [PATCH 4/5] Update to reflect John's status --- CHANGELOG.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9022ff2be..61a7761a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,16 +18,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Trade-study for documenation hosts - Continuous Testing - Use cases diagram - - Starter kits - - Starter kit for unit testing - - JUnit testing (user guide) - - PyUnit testing (user guide) - - Reference architectures - - Java unit test using JUnit in Jenkins - Continuous Integration - Use cases diagram - - Starter kits - - Continuous integration (CI) - - Jenkins project setup / configuration (user guide) - - Reference architectures - - Building and deploying a project to Artifactory From 58c405e85abdfa7c8dc9887fcad0bfea061a041b Mon Sep 17 00:00:00 2001 From: Rishi Verma Date: Thu, 21 Apr 2022 09:59:11 -0700 Subject: [PATCH 5/5] Update CHANGELOG.md - Release 1.0.0 updates to reflect latest commits --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a7761a6..e1d1bf21a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Documentation - Use cases diagram - Starter Kits - - Starter kit for `CHANGELOG.md` (template) - - Starter kit for `CONTRIBUTING.md` (template) - - ... + - `CHANGELOG.md` (template) + - `CONTRIBUTING.md` (template) + - `README.md` (template) + - Bug and New Feature Issue tickets (templates) + - `CODE_OF_CONDUCT.md` (template) + - `PULL_REQUEST_TEMPLATE.md` (template) - Trade-study for documenation hosts - Continuous Testing - Use cases diagram + - Starter Kits + - Patch integrity GitHub Action validating Developer Certificate of Origin (DCO) + - Patch integrity GitHub Action ensuring Git secrets are not committed - Continuous Integration - Use cases diagram +- Website + - Rendering into HTML using RETYPE library