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/commands/publishing/publish.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ This table lists settings allowing to specify those. See the sub-sections right
45
45
| Name |`publish.name`|`--name`|`scala-cli`||
46
46
| Module Name |`publish.moduleName`|`--module-name`|`scala-cli_3`| Module Name includes the Scala prefix, such as `_2.13` or `_3`. Specifying Name should be favored over Module Name |
47
47
| Compute Version |`publish.computeVersion`|`--compute-version`|`git:tag`||
48
-
| Version |`publish.version`|`--version`|`0.1.0`, `0.1.1-SNAPSHOT`| As much as possible, Compute Version (describing how to compute the version) should be favored over Version |
48
+
| Version |`publish.version`|`--project-version`|`0.1.0`, `0.1.1-SNAPSHOT`| As much as possible, Compute Version (describing how to compute the version) should be favored over Version |
0 commit comments