Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
target: minor
approve: true
github-token: ${{ secrets.GH_TOKEN }}
command: squash and merge
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
commitlint
.DS_Store
node_modules
bun.lockb
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file removed bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"conventional-commit"
],
"dependencies": {
"binary2npm": "^0.3.1"
"binary2npm": "https://github.com/dalisoft/binary2npm#v0.3.2"
},
"repository": {
"type": "git",
Expand Down