diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index dad1a88..0d2e1c8 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -16,3 +16,4 @@ jobs: target: minor approve: true github-token: ${{ secrets.GH_TOKEN }} + command: squash and merge diff --git a/.gitignore b/.gitignore index b4d0c56..a5d5d16 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ commitlint .DS_Store node_modules +bun.lockb diff --git a/README.md b/README.md index 5f1993f..41f5f11 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ Look at [official documentation](https://github.com/conventionalcommit/commitlin ## Installation ```sh -npm install -g commitlint-go-npm +npm install dalisoft/commitlint-go-npm -D # or -yarn install commitlint-go-npm +yarn install dalisoft/commitlint-go-npm -D # or -bun add commitlint-go-npm +bun add dalisoft/commitlint-go-npm -D ``` ## Environment variables diff --git a/bun.lockb b/bun.lockb deleted file mode 100755 index 2f3203d..0000000 Binary files a/bun.lockb and /dev/null differ diff --git a/package.json b/package.json index 0fed59b..f94bb7b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "conventional-commit" ], "dependencies": { - "binary2npm": "^0.3.1" + "binary2npm": "https://github.com/dalisoft/binary2npm#v0.3.2" }, "repository": { "type": "git",