You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/release_notes.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,13 @@ Whenever overwriting existing Java properties Scala CLI will let you know what w
61
61
62
62
Added by [@lwronski](https://github.com/lwronski) in [#2317](https://github.com/VirtusLab/scala-cli/pull/2317), Thanks!
63
63
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
+
```
64
71
65
72
## Other changes
66
73
* 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