Skip to content

Commit 293c788

Browse files
committed
Add missing note to release notes about rename parameter
1 parent 44e56e0 commit 293c788

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/docs/release_notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ Whenever overwriting existing Java properties Scala CLI will let you know what w
6161

6262
Added by [@lwronski](https://github.com/lwronski) in [#2317](https://github.com/VirtusLab/scala-cli/pull/2317), Thanks!
6363

64+
## Rename parameter for `publish` command
65+
66+
We've updated the `--version` parameter for the publish command. Now, when specifying the project version, use `--project-version` instead.
67+
68+
```bash ignore
69+
scala-cli publish --project-version 1.0.3 ...
70+
```
6471

6572
## Other changes
6673
* Add custom exception and throw it when node not found in the path by [@lwronski](https://github.com/lwronski) in [#2323](https://github.com/VirtusLab/scala-cli/pull/2323)

0 commit comments

Comments
 (0)