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 more prefixes, according to official docs #37

Closed geo-sot closed 10 months ago

geo-sot commented 10 months ago

Hello, and many thanks for your efforts

According to official Docs https://www.conventionalcommits.org/en/v1.0.0/, we are able to use these prefixes too

build:, chore:, ci:, docs:, style:,

but are not supported yet. Is is ease for you to add them?

NGPixel commented 10 months ago

These are already supported...

geo-sot commented 10 months ago

'Chore' at least, doesn't seem to be recognized

You may see the action ran

image

and the action.yml below

image

NGPixel commented 10 months ago

You need to define the patchList you want, as explained in https://github.com/ietf-tools/semver-action#inputs

chore is excluded by default.

geo-sot commented 10 months ago

This was the backup plan. :wink: Thank you