Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add readme info about parameter
  • Loading branch information
SimonFischer04 committed Nov 12, 2023
commit b3e21054fee7ac5094e952a889a617df5756b414
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,10 @@ Only applies when the changelog is in `README.md` and a `CHANGELOG_OLD.md` exist

If you want the release script to add a new empty placeholder to the changelog after a release, this option is for you. By default, this is disabled.

#### Add additional entries to the release changelog (`--additionalChangelog` or `--additional-changelog`)

If you want the release script to add some more entry/entries to the changelog for the release. To add multiple just separate them using `\n` so f.e. `* Entry 1\n* Entry 2`.By default this does not add anything.

### `package` plugin options

#### Don't synchronize the lockfile (`--no-update-lockfile`)
Expand Down