From 03dd38d625bd360741fe316930da3185899cf79b Mon Sep 17 00:00:00 2001 From: jedkohjk <110604064+jedkohjk@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:23:44 +0800 Subject: [PATCH] [#2208] Update User Guide to describe --latest tag in publish-RepoSense (#2244) The user guide section for `run.sh` requires updating after the PR to publish-RepoSense: https://github.com/reposense/publish-RepoSense/pull/12 Let's update the User Guide to describe `--latest` tag in the `run.sh` section. --- docs/ug/runSh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ug/runSh.md b/docs/ug/runSh.md index bdbde85492..618f45f931 100644 --- a/docs/ug/runSh.md +++ b/docs/ug/runSh.md @@ -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