Skip to content

Commit

Permalink
fix(util): wrong version default (#99)
Browse files Browse the repository at this point in the history
when using better branch, branch_version enabled should default to false
  • Loading branch information
Everduin94 committed May 1, 2024
1 parent 90cbc28 commit 6ddaaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vali-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const Config = object({
),
branch_version: optional(
object({
enable: optional(boolean(), true),
enable: optional(boolean(), false),
required: optional(boolean(), false),
separator: optional(picklist(["/", "-", "_"]), "/"),
}),
Expand Down

0 comments on commit 6ddaaa0

Please sign in to comment.