Skip to content

Commit

Permalink
Add missing types of changes: Breaking, Removed & Security (#5510)
Browse files Browse the repository at this point in the history
* Add missing types of changes: Removed & Security

FWIW: https://keepachangelog.com/en/1.0.0/

- `Added` for new features
- `Changed` for changes in existing functionality
- `Deprecated` for soon-to-be removed features
- `Removed` for now removed features
- `Fixed` for any bug fixes
- `Security` in case of vulnerabilities

Signed-off-by: Gerhard Lazu <[email protected]>

* Add Breaking kind

Signed-off-by: Helder Correia <[email protected]>

* Use actual emoji

Signed-off-by: Helder Correia <[email protected]>

---------

Signed-off-by: Gerhard Lazu <[email protected]>
Signed-off-by: Helder Correia <[email protected]>
Co-authored-by: Helder Correia <[email protected]>
  • Loading branch information
gerhard and helderco authored Jul 27, 2023
1 parent d53593c commit 67dea0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ custom:
label: GitHub Author
type: string
kinds:
- label: Breaking
format: '### 🔥 Breaking Changes'
- label: Added
- label: Changed
- label: Deprecated
- label: Removed
- label: Fixed
- label: Security
- label: Dependencies
headerFormat: |
This SDK uses 🚙 Engine + 🚗 CLI version `{{.Env.ENGINE_VERSION}}`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/{{.Env.ENGINE_VERSION}}).
Expand Down

0 comments on commit 67dea0f

Please sign in to comment.