Hacker News new | ask | show | jobs
Show HN: A GitHub action to generate tags for releases (github.com)
2 points by PhilDunphy23 1129 days ago
Hi 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.