From my understanding, this action will create a published release whenever one pushes to a v* tag such as v1.0.1. This puts the responsibility of the pusher to understand semver as well as manually increment the counter as appropriate. Seems fine for what we are trying to do I think.
Background
From my understanding, this action will create a published release whenever one pushes to a v* tag such as v1.0.1. This puts the responsibility of the pusher to understand semver as well as manually increment the counter as appropriate. Seems fine for what we are trying to do I think.