Skip to content

Commit

Permalink
feat: Add "build" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregv authored and stefanlogue committed May 24, 2024
1 parent 74b2fb1 commit a01ed79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/prefix.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var (
huh.NewOption("chore - changes to the build process or auxiliary tools and libraries", "chore"),
huh.NewOption("revert - reverts a previous commit", "revert"),
huh.NewOption("ci - changes to our CI configuration files and scripts", "ci"),
huh.NewOption("build - changes that affect the build system or external dependencies", "build"),
}
)

Expand Down

0 comments on commit a01ed79

Please sign in to comment.