To create automatic tags we are going to use a tool called Github Tag Bump which allows us to create tags automatically with just a few instructions.
First of all we must create a workflow and to do this we must create a folder .github/workflows
in the root folder of the project and within this we must create a file, we can call it auto_tag.yml
inside this file we are going to put the following code.