Skip to content

Commit

Permalink
chg: add gh commitlint scope
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPL1 committed Oct 22, 2023
1 parent 743d6aa commit 6930b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .housekeeping/git-commit-template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# test = Including new or correcting previous tests
# build = Changes that affect the build system or external dependencies
# revert = Reverts a previous commit
# gh = github related changes (actions, workflows, ...)
#
# <scope> can specify which part of the codebase is affected by the commit.
#
Expand Down
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
'test',
'build',
'revert',
'gh',
],
],
}
Expand Down

0 comments on commit 6930b3c

Please sign in to comment.