From e5aca1b7395685ef4e6449384c2220598615611f Mon Sep 17 00:00:00 2001 From: Lauren Schaefer Date: Fri, 19 Nov 2021 14:18:42 -0500 Subject: [PATCH] Clarify that deprecation is a "feat" type commit --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)