ipdxco / changelog-driven-release

4 stars 0 forks source link

feat: allow control over mutable tag creation #16

Closed galargh closed 3 months ago

galargh commented 4 months ago

Mutable tags for release v1.0.0 would be v1 and v1.0. By disabling mutable tags, you can only create full tags i.e. v1.0.0 and skip creation of v1 and v1.0. This is usually the desired behaviour for repos other than GitHub Actions actions.

BigLep commented 3 months ago

@galargh : it seems like some of the inputs that have been added haven't been documented in https://github.com/ipdxco/changelog-driven-release?tab=readme-ov-file#inputs (or maybe I'm confusing things)

galargh commented 3 months ago

Good call, thanks