Skip to content
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
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

exec < /dev/tty && git cz --hook || true
npx --no-install commitlint --edit "$1"
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ npm run seed:mongodrop # Drop database (with confirmation)

```bash
npm run commit # Commit with commitizen
npm run release -- --first-release # First release
npm run release -- --release-as 1.1.1 # Release specific version
GITHUB_TOKEN=xxx npm run release:auto # Semantic release (CI)
```

Expand Down
Loading