Skip to content

Commit e2136e6

Browse files
chore(docs): regenerate the stale trdl use partial (#418)
`docs/_includes/reference/cli/trdl_use.md` still described the `trdl use` help text from before #391, so `task docs:gen` produced a diff on a clean checkout of `main` and every PR touching the generator picked up this unrelated change. Regenerated on its own, no hand edits. Noticed while working on #409, where the same diff appeared and was reverted to keep that PR scoped. Signed-off-by: Aleksei Igrychev <aleksei.igrychev@palark.com>
1 parent 82fcfa0 commit e2136e6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/_includes/reference/cli/trdl_use.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ trdl use REPO GROUP [CHANNEL] | REPO VERSION [options]
1212
# Source script in a shell
1313
$ . $(trdl use repo_name 1.2 ea)
1414

15-
# Pin an explicit version instead of a group/channel
16-
# (an exact version must be prefixed with "v", otherwise it is treated as a group)
15+
# Pin an exact version (prefix it with "v"; a plain number like "1.2" is a GROUP)
1716
$ . $(trdl use repo_name v1.2.3)
1817

1918
# Pin a semver constraint (resolves to the greatest matching release)

0 commit comments

Comments
 (0)