Skip to content

Commit

Permalink
chore: Add linting test for breaking change with scope
Browse files Browse the repository at this point in the history
  • Loading branch information
benhodgson87 committed Oct 24, 2024
1 parent 5ea6a93 commit bc995a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ describe('Linter', () => {
it.each([
'fix: Subject is valid',
'feat(BAR-1234): Subject is valid',
'feat!: Subject is valid'
'feat!: Subject is valid',
'feat(BAR-2345)!: Subject is valid'
])(
'should output a success message if PR title is valid: %s',
async title => {
Expand Down

0 comments on commit bc995a6

Please sign in to comment.