From 647f5d642db337df917fd35d86b79f0c7e846cc7 Mon Sep 17 00:00:00 2001 From: jedkohjk Date: Thu, 8 Aug 2024 22:26:04 +0800 Subject: [PATCH 1/3] Update User Guide to describe --latest tag in publish-reposense --- docs/ug/runSh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ug/runSh.md b/docs/ug/runSh.md index bdbde85492..fceb88ce68 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`: Gets the latest version with the given version prefix (e.g. `--latest v1.6` gets `v1.6.1`) * `--commit COMMIT` (e.g. `--commit abc123`): Use the version identified by the Git commit SHA given From 815ec938e2c1f09db39954ebdf157249c6c59c52 Mon Sep 17 00:00:00 2001 From: jedkohjk <110604064+jedkohjk@users.noreply.github.com> Date: Thu, 8 Aug 2024 22:43:04 +0800 Subject: [PATCH 2/3] Update docs/ug/runSh.md Co-authored-by: Damith C. Rajapakse --- docs/ug/runSh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ug/runSh.md b/docs/ug/runSh.md index fceb88ce68..b696386725 100644 --- a/docs/ug/runSh.md +++ b/docs/ug/runSh.md @@ -28,5 +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`: Gets the latest version with the given version prefix (e.g. `--latest v1.6` gets `v1.6.1`) +* `--latest TAG_PREFIX`: Gets the latest version with the given tag prefix (e.g. `--latest v1.6` can get `v1.6.1`) * `--commit COMMIT` (e.g. `--commit abc123`): Use the version identified by the Git commit SHA given From 5d8d6973fab53d9bf150f8e18f21d644c32783ee Mon Sep 17 00:00:00 2001 From: jedkohjk <110604064+jedkohjk@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:36:46 +0800 Subject: [PATCH 3/3] Update docs/ug/runSh.md Co-authored-by: Charisma Kausar <68203159+ckcherry23@users.noreply.github.com> --- docs/ug/runSh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ug/runSh.md b/docs/ug/runSh.md index b696386725..618f45f931 100644 --- a/docs/ug/runSh.md +++ b/docs/ug/runSh.md @@ -28,5 +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`: Gets the latest version with the given tag prefix (e.g. `--latest v1.6` can get `v1.6.1`) +* `--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