Skip to content

Commit 0d80847

Browse files
authored
docs: Clarify that deprecation is a "feat" type commit (#3052)
1 parent 91ae3e6 commit 0d80847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ feat(NODE-xxxx)!: created new version api, removed support for old version
8383
This helps the team automate [HISTORY.md](HISTORY.md) generation.
8484
These are the commit types we make use of:
8585

86-
- **feat:** A new feature
86+
- **feat:** A new feature or deprecating (not removing) an existing feature
8787
- **fix:** A bug fix
8888
- **docs:** Documentation only changes
8989
- **style:** Changes that do not affect the meaning of the code (e.g, formatting)

0 commit comments

Comments
 (0)