Skip to content

Commit

Permalink
fix: Quoting git commit -Type ArgumentCompleter ( re #248 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Feb 28, 2024
2 parents f2a1e1a + 82ab962 commit 651dcf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ugit.types.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ if (-not $this.'.Types') {
"docs" # documentation
"style" # stylistic
"refactor" # refactoring
"release" # releasing
"perf" # performance improvement
"test" # tests
"BREAKING CHANGE" # BREAKING CHANGES
Expand All @@ -729,6 +730,7 @@ $standardTypes = @(
"docs" # documentation
"style" # stylistic
"refactor" # refactoring
"release" # releasing
"perf" # performance improvement
"test" # tests
"BREAKING CHANGE" # BREAKING CHANGES
Expand Down

0 comments on commit 651dcf3

Please sign in to comment.