Skip to content

Commit

Permalink
docs: set assets option for @semantic-release/git to match `chang…
Browse files Browse the repository at this point in the history
…elogFile`
  • Loading branch information
pvdlg committed Nov 1, 2019
1 parent efcc658 commit f072008
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -32,7 +32,9 @@ The plugin can be configured in the [**semantic-release** configuration file](ht
["@semantic-release/changelog", {
"changelogFile": "docs/CHANGELOG.md",
}],
"@semantic-release/git",
["@semantic-release/git", {
"assets": ["docs/CHANGELOG.md"],
}],
]
}
```
Expand Down

0 comments on commit f072008

Please sign in to comment.