Skip to content

Commit

Permalink
Document --dir and --workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Dec 24, 2023
1 parent 1bf8c65 commit 4f50342
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ This will add the following to your `package.json`:
with `--file` and `--commits` to configure the `changes` invocation.
- `--tag`: Use a custom git tag, supports simple replacement of `package.json`
fields. Defaults to `v${version}`.
- `--dir`: Passes the given dir to `git log -- <dir>` to filter the commit
history by this directory.
- `--workspace`: Is a convenience flag which sets `--dir` to the current
directory name and `--tag` to `${dir}/v${version}`.

Configure your preferred editor with the `$EDITOR` environment variable.

Expand Down

0 comments on commit 4f50342

Please sign in to comment.