Show Semantic Version In Environment UI

Hi,

we recently switched our CI/CD from bamboo to gitlab.
A feature that’s missing now is a custom field or label that’s shown on the Environments Page.

We work with semantic versioning and are used to versions like:

2.23.1-awesome-feature-23

Last-Tag+0.0.1 - branch name - # commits on top of last-tag.

It is possible to add this string anywhere so that I can simply see it on the environment page?
The current solution to this is that I have to go in my build stage and look for that version for that pipeline of that particular deployed commit.
Bamboo (RIP) did that really well with a custom label feature.