Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conventional-release/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ So:

## Anatomy of the title

```
```text
<type>(<optional scope>): <imperative summary>
```

Expand Down Expand Up @@ -94,7 +94,7 @@ A breaking change is a **major** bump (`X.0.0`), signalled either way:
- a `!` after the type/scope: `feat(api)!: drop the v1 endpoint`, **or**
- a `BREAKING CHANGE:` footer in the body:

```
```text
feat(api): replace the auth header

BREAKING CHANGE: clients must send `Authorization: Bearer` instead of `X-Token`.
Expand Down