Skip to content

Commit

Permalink
chore: commit scope name in lowercase (#7246)
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed Jan 11, 2022
1 parent ed0cfd9 commit 22fdbb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/COMMIT_CONVENTION.md
Expand Up @@ -15,13 +15,13 @@ Messages must be matched by the following regex:
Appears under "Features" header, `GuildMember` subheader:

```
feat(GuildMember): add 'tag' method
feat(guildmember): add 'tag' method
```

Appears under "Bug Fixes" header, `Guild` subheader, with a link to issue #28:

```
fix(Guild): handle events correctly
fix(guild): handle events correctly
close #28
```
Expand All @@ -37,7 +37,7 @@ BREAKING CHANGE: The 'bar' option has been removed.
The following commit and commit `667ecc1` do not appear in the changelog if they are under the same release. If not, the revert commit appears under the "Reverts" header.

```
revert: feat(Managers): add Managers
revert: feat(managers): add Managers
This reverts commit 667ecc1654a317a13331b17617d973392f415f02.
```
Expand Down

0 comments on commit 22fdbb0

Please sign in to comment.