reecetech / version-increment

GitHub Action that increments semver or calver versions based on git repository tags
The Unlicense
43 stars 15 forks source link

Exposing major, minor and patch numbers as convenience outputs #13

Closed asangas closed 2 years ago

asangas commented 2 years ago

This PR introduces outputs of each version digit individually.

This is convenient for when you'd like to move a tag such as "v1" without having to string parse it from the returned version output.

ps-jay commented 2 years ago

Hey @asangas,

I've tripled the size of this PR sorry! 😅

Added: