Skip to content

Commit

Permalink
docs: show extra-files syntax for generic files (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrienstra committed Apr 10, 2023
1 parent af30ea6 commit 52fc1bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/customizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ using the [Generic](/src/updaters/generic.ts) updater. You can specify
a comma separated list of file paths with the `--extra-files` CLI option
or the `extra-files` option in the manifest configuration.

```json
{
"extra-files": [
"path/to/file.md"
]
}
```

To mark versions needing an update in those files, you will add annotations
(usually in comments).

Expand Down

0 comments on commit 52fc1bb

Please sign in to comment.