Skip to content

Commit

Permalink
changelog changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyDrane committed Sep 6, 2023
1 parent 5f5b155 commit a95ed5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 53 deletions.
56 changes: 4 additions & 52 deletions changelog_release_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<previous_version>...vX.X.X
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a95ed5a

Please sign in to comment.