From a95ed5a3aff4c78e071ab6c2998f08d11ae964c5 Mon Sep 17 00:00:00 2001 From: Toby Drane Date: Wed, 6 Sep 2023 21:11:19 +0100 Subject: [PATCH] changelog changes --- changelog_release_template.md | 56 +++-------------------------------- docs/changelog.md | 2 +- 2 files changed, 5 insertions(+), 53 deletions(-) diff --git a/changelog_release_template.md b/changelog_release_template.md index 708210f..60a0f5f 100644 --- a/changelog_release_template.md +++ b/changelog_release_template.md @@ -2,60 +2,12 @@ See [vX.X.X] changes -### API +### Features -#### Fixed +### Fixes -#### Added +### Breaking Changes -#### Changed - -#### Removed - -#### Deprecated - -#### Security - -### Infrastructure - -#### Fixed - -#### Added - -#### Changed - -#### Removed - -#### Deprecated - -#### Security - -### SDK - -#### Fixed - -#### Added - -#### Changed - -#### Removed - -#### Deprecated - -#### Security - -### UI - -#### Fixed - -#### Added - -#### Changed - -#### Removed - -#### Deprecated - -#### Security +### Migration [vX.X.X]: https://github.com/no10ds/rapid/compare/...vX.X.X diff --git a/docs/changelog.md b/docs/changelog.md index 946df62..f58ded9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ See [v7.0.0] changes. -### Major Changes +### Features - Layers have been introduced to rAPId. These are now the highest level of grouping for your data. They allow you to separate your data into areas that relate to the layers in your data architecture e.g `raw`, `curated`, `presentation`. You will need to specify your layers when you create or migrate a rAPId instance. - All the code is now in this monorepo. The previous [Infrastructure](https://github.com/no10ds/rapid-infrastructure), [UI](https://github.com/no10ds/rapid-ui) and [API](https://github.com/no10ds/rapid-api) repos are now deprecated. This will ease the use and development of rAPId.