diff --git a/.changeset/config.json b/.changeset/config.json index 1c879e2..d4dfac0 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json", "changelog": "@changesets/cli/changelog", - "commit": true, + "commit": false, "fixed": [], "linked": [], "access": "public", diff --git a/lefthook.yml b/lefthook.yml index c6f51dd..70c1068 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -5,11 +5,11 @@ pre-commit: glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc,vue}" run: bun biome check --write --no-errors-on-unmatched --files-ignore-unknown=true {staged_files} && git update-index --again -prepare-commit-msg: - commands: - prepare-conventional-commit: - interactive: true - run: exec < /dev/tty && bun run commit prepare --hook || true +# prepare-commit-msg: +# commands: +# prepare-conventional-commit: +# interactive: true +# run: exec < /dev/tty && bun run commit prepare --hook || true commit-msg: scripts: