jefflinse / pr-semver-bump

A GitHub Action to bump and tag a new semantic version when a pull request is merged.
MIT License
24 stars 11 forks source link

Add `dry-run`, `version` inputs and `release-type` output #36

Closed platogabriel closed 1 year ago

platogabriel commented 2 years ago

SUMMARY

Add inputs:

Add ouput:

release-type: type of release (one of major, minor, patch)

RELEASE NOTES

Add dry-run and version inputs for wider use-case support

Add inputs:

Add ouput:

release-type: type of release (one of major, minor, patch)

Other changes:

jefflinse commented 1 year ago

@platogabriel Apologies that I'm just getting to this now. If you could rebase against the latest master I'd be happy to evaluate these features and review.

platogabriel commented 1 year ago

Thanks for your reply, but I'm closing this since I'm no longer using these new features and cannot commit to working them out