Hi everyone,<p>I made a GitHub action that generates tags automatically when run that I'm using myself to make bumping the version easy and fast.<p>It uses your pull requests labels to calculate the next version and then you can use other actions alongside to continue updating and publishing your new release.<p>Complete example here:
<a href="https://github.com/MiguelRipoll23/generate-tag-name/blob/main/examples/nodejs.yml">https://github.com/MiguelRipoll23/generate-tag-name/blob/mai...</a><p>Any feedback is welcome.