revert: chore: commit scope name in lowercase (#7550)

This commit is contained in:
Jiralite
2022-02-26 10:14:32 +00:00
committed by GitHub
parent 0aa48516a4
commit 44a57a1b0c

View File

@@ -15,13 +15,13 @@ Messages must be matched by the following regex:
Appears under "Features" header, `GuildMember` subheader: 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: 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 close #28
``` ```
@@ -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. 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. This reverts commit 667ecc1654a317a13331b17617d973392f415f02.
``` ```