Skip to content

Commit 2160c05

Browse files
committed
feat(main): testing semantic release of existing project
1 parent 4e519f2 commit 2160c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zod-state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { z } from "zod"
22
import { CUSTOM_SCOPE_KEY, DEFAULT_SCOPE_OPTIONS, DEFAULT_TYPE_OPTIONS, FOOTER_OPTION_VALUES, Z_FOOTER_OPTIONS } from "./utils"
33

4-
// test - 3
4+
// test semantic release
55
export const Config = z.object({
66
check_status: z.boolean().default(true),
77
commit_type: z.object({

0 commit comments

Comments
 (0)