wakatime / semver-action

Auto-generate the next semantic version.
MIT License
12 stars 0 forks source link

Fix ancestor tag matching #11

Closed gandarez closed 3 years ago

gandarez commented 3 years ago

This PR fixes the ancestor tag matching by returning the correct tag or first commit hash. The bug happens when there's no previous (ancestor) matching tag and the commit hash might be returned instead.

Closes https://github.com/wakatime/semver-action/issues/10

gandarez commented 3 years ago

@dron22 removed named parameters.