ietf-tools / semver-action

GitHub Action to calculate the next release version based on conventional commits
BSD 3-Clause "New" or "Revised" License
56 stars 22 forks source link

Support additional labels for pre-release and build metadata #46

Open untereiner opened 2 weeks ago

untereiner commented 2 weeks ago

First, thank you for your tool, it serves well ! Is it possible to support additional labels ? for instance pre-release and build metadata as stated by semver organization ? I know they are not mandatory but I would appreciate to increment a build version for my code. It would allow early adopters to differentiate versions between two releases. Shall I propose a pull-request ?

NGPixel commented 2 weeks ago

What are you referring to by "labels"? Do you mean the commit prefixes?