diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30688a97ebe..a7a10bf1f2e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -118,7 +118,7 @@ feat(NODE-xxxx)!: created new version api, removed support for old version This helps the team automate [HISTORY.md](HISTORY.md) generation. These are the commit types we make use of: -- **feat:** A new feature +- **feat:** A new feature or deprecating (not removing) an existing feature - **fix:** A bug fix - **docs:** Documentation only changes - **style:** Changes that do not affect the meaning of the code (e.g, formatting)