Skip to content
Merged
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@ script in each project.
---

[--filename-format=<filename-format>]
Use a custom format for archive filename. Defaults to '{name}.{version}'.
This is ignored if a custom filename is provided or version does not exist.
Use a custom format for archive filename. Available substitutions: {name}, {version}.
This is ignored if the <target> parameter is provided or the version cannot be determined.
---
default: "{name}.{version}"
---

## Installing

Expand Down
Loading