Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 29, 2023
1 parent 81eb572 commit 23340e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -14,3 +14,12 @@ Forked from [`version-bump-prompt`](https://github.com/JS-DevTools/version-bump-
- Enable `--commit` `--tag` `--push` by default. (opt-out by `--no-push`, etc.)
- `-r` or `--recursive` to bump all packages in the monorepo.
- Conventional Commits by default.
- Supports config file `bumpp.config.ts`:

```ts
import { defineConfig } from 'bumpp'

export default defineConfig({
// ...options
})
```

0 comments on commit 23340e4

Please sign in to comment.