Skip to content

Commit 8e70f1f

Browse files
jquensepvdlg
authored andcommitted
docs: update assets default value
1 parent b0169f6 commit 8e70f1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Create a release commit, including configurable files.
2828

2929
### Options
3030

31-
| Options | Description | Default |
32-
| -------------- | -------------------------------------------------------------- | --------------------------------------------------------------------------- |
33-
| `message` | The message for the release commit. See [message](#message). | `chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}` |
34-
| `assets` | Files to include in the release commit. See [assets](#assets). | `["package.json", "npm-shrinkwrap.json"]` |
31+
| Options | Description | Default |
32+
| -------------- | -------------------------------------------------------------- | -------------------------------------------------------------------------------|
33+
| `message` | The message for the release commit. See [message](#message). | `chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}` |
34+
| `assets` | Files to include in the release commit. See [assets](#assets). | `['CHANGELOG.md', 'package.json', 'package-lock.json', 'npm-shrinkwrap.json']` |
3535

3636
#### `message`
3737

0 commit comments

Comments
 (0)