Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support specifying a revision in code tags #379

Closed
orzelmichal opened this issue Feb 9, 2024 · 0 comments · Fixed by #389
Closed

Support specifying a revision in code tags #379

orzelmichal opened this issue Feb 9, 2024 · 0 comments · Fixed by #389
Assignees
Labels

Comments

@orzelmichal
Copy link

Description

At the moment, it is not possible to specify a revision of a tag present in a code. The tool automatically assigns revision 0 in that case
and the name is inherited from the parent.
Example:
[impl->req~example_name~1>>test]
which results in:
impl~example_name~0

Example of a new format
[impl~~1->req~example_name~1>>test]
which results in:
impl~example_name~1

@orzelmichal orzelmichal changed the title Support specifying a revision in a code tags Support specifying a revision in code tags Feb 9, 2024
@kaklakariada kaklakariada self-assigned this Feb 19, 2024
kaklakariada added a commit that referenced this issue Feb 21, 2024
* #379: Allow specifying revision for tags

---------

Co-authored-by: kaklakariada <kaklakariada@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants