Add an option to also create minor tag?
v1 - major
v1.2 - minor
@RebeccaStevens Unfortunately, that's not the goal of this action. We mostly focus on major tags as per the versioning guide outlined here.
@smac89 It still would be a good feature for actions following semver.
@smac89 The docs seem to advise to do the same for minor versions: https://docs.github.com/en/actions/creating-actions/releasing-and-maintaining-actions#example-developer-process
@smac89 👀
"We recommend creating releases using semantically versioned tags – for example, v1.1.3 – and keeping major (v1) and minor (v1.1) tags current to the latest appropriate commit."
I can try and look at how you do it, replicate the behaviour, and create a PR if you want!
This has garnered enough attention, that I will now consider it for version 3
I had assumed this action would do this out of the box so this would be awesome to add - thanks!