Skip to content

Commit 1e1a07c

Browse files
authoredMar 25, 2024
Update CONTRIBUTORS.md
1 parent 5ff6b78 commit 1e1a07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CONTRIBUTORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Releases are automated via Lerna. To determine the next version, [Conventional C
8585
1. `fix: `: Patch release
8686
2. `feat: `: Minor release
8787

88-
Due to this, it's important to clean up commit messages of merged PRs since the commit title will appear in the changelog. Note that the PR title and description should be cleaned up by the person who initiates the merge since the PR is linked to from the changelog and should contain relevant details. We also give credits to PR authors by linking them via `@{username}` in the commit title, which in turn creates a link in the changelog entry.
88+
Due to this, it's important to clean up commit messages of merged PRs since the commit title will appear in the changelog. Note that the PR title and description should be cleaned up by the person who initiates the merge since the PR is linked to from the changelog and should contain relevant details. We give credits to PR authors by linking them via `@{username}` in the commit title, which in turn creates a link in the changelog entry.
8989

9090
Note that the exclamation mark syntax (`!`) for indicating breaking changes is currently [not supported by Lerna](https://github.com/lerna/lerna/issues/2668#issuecomment-1467902595). Instead, a block like `BREAKING CHANGE: Dropped support for Node.js 12` should be added to the body of the commit message.
9191

0 commit comments

Comments
 (0)