Show HN: A GitHub action to generate tags for releases
github.comHi everyone,
I made a GitHub action that generates tags automatically when run that I'm using myself to make bumping the version easy and fast.
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.
Complete example here: https://github.com/MiguelRipoll23/generate-tag-name/blob/mai...
Any feedback is welcome.
No comments yet.