Skip to content

Commit 4e96bfa

Browse files
authored
Correct doc with --project-version (#3662)
1 parent 374f800 commit 4e96bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/commands/publishing/publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This table lists settings allowing to specify those. See the sub-sections right
4545
| Name | `publish.name` | `--name` | `scala-cli` | |
4646
| 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 |
4747
| 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 |
4949

5050
### Organization
5151

0 commit comments

Comments
 (0)