K-Phoen / semver-release-action

GitHub Action to automatically create SemVer compliant releases based on PR labels.
MIT License
85 stars 38 forks source link

allow to specify default increment bump #39

Closed krogon closed 2 years ago

krogon commented 3 years ago

This PR adds new parameter default_increment allowing to bump without any label defined.

For backward compatibility default value is skip meaning there won't be any release. The only difference may be with graceful closure (exit 0).

Closes: https://github.com/K-Phoen/semver-release-action/issues/26

krogon commented 3 years ago

@K-Phoen please take a look

krogon commented 3 years ago

@K-Phoen is this repo still under your maintenance?

lucaskjaero commented 3 years ago

@krogon are you open to maintaining a fork if @K-Phoen doesn't approve this PR?

K-Phoen commented 2 years ago

As explained in #26, this is a feature/option I'd rather avoid at the moment.