Skip to content

E3-1162: Strip leading components of e3-base tag

Simon Rose requested to merge basename_tag into master

Note that I have tested that this produces the output desired:

$ echo "a-b/c-d-e" | xargs basename
c-d-e
$ echo "c-d-e" | xargs basename
c-d-e
Edited by Simon Rose

Merge request reports