Skip to content

Commit

Permalink
[#2208] Update User Guide to describe --latest tag in publish-RepoSen…
Browse files Browse the repository at this point in the history
…se (#2244)

The user guide section for `run.sh` requires updating after the PR to publish-RepoSense: reposense/publish-RepoSense#12

Let's update the User Guide to describe `--latest` tag in the `run.sh` section.
  • Loading branch information
jedkohjk authored Aug 13, 2024
1 parent 3b54a9c commit 03dd38d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/ug/runSh.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ Depending on which version you wish to use for report generation, add one of the
* `--release`: Use the latest release (Stable)
* `--master`: Use the latest version of the master branch
* `--tag TAG` (e.g. `--tag v1.6.1`): Use the version identified by the Git tag given
* `--latest TAG_PREFIX`: Use the latest version with the given tag prefix (e.g. `--latest v1.6` can use `v1.6.1`)
* `--commit COMMIT` (e.g. `--commit abc123`): Use the version identified by the Git commit SHA given

0 comments on commit 03dd38d

Please sign in to comment.