Skip to content

Commit

Permalink
docs: adds major version release info
Browse files Browse the repository at this point in the history
  • Loading branch information
easingthemes committed Oct 19, 2023
1 parent 4c8e26c commit a190866
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ Start by running the follow commands to add hooks to git
└─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test
```

#### Major Version Release:

In order to trigger Major Version upgrade, `BREAKING CHANGE:` needs to be in the footer of a commit message:

```
<type>(<scope>): <short summary>
<BLANK LINE>
BREAKING CHANGE: <breaking change summary>
```

## Code Reviews

All submissions should come in the form of pull requests and need to be reviewed
Expand Down

0 comments on commit a190866

Please sign in to comment.