Is it possible to add and push a commit tag using the GitLab CI/CD configuration file?
In my use case I have a release
stage that uploads a python package and it's associated documentation, and then only after those succeed I would like to tag the commit with the version number.