Skip to content

Commit

Permalink
feat(dx): add scripts scope
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Sep 11, 2022
1 parent b8ddc17 commit 6d0fa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ export const hooks: GitHooks = {
* category of commits that share commonalities. Feel free to edit this
* list to your needs as your scopes may be project-specific.
*/
export const scopes = ['', 'ci', 'core', 'config', 'deps', 'docs', 'dx', 'example', 'release', 'readme', 'build']
export const scopes = ['', 'ci', 'core', 'config', 'deps', 'docs', 'dx', 'example', 'release', 'readme', 'build', 'scripts']

0 comments on commit 6d0fa25

Please sign in to comment.