Closed mykola-mokhnach closed 2 years ago
@mykola-mokhnach This actions defaults to this preset, https://github.com/beemojs/conventional-changelog-beemo, which does not support feat
. You'd need to configure the action with the config-preset
option and change it to angular, or whatever preset you'd like.
Thanks, I will change the config. Perhaps it would be easier to catch such issues if presets would have more detailed description in the documentation.
Steps to reproduce:
feat:
Actual result: The validation fails.This does not happen for other valid prefixes, like
ci:
ordocs:
. See https://github.com/appium/appium-uiautomator2-driver/runs/8222140787?check_suite_focus=trueExpected result: All prefixes defined at https://www.conventionalcommits.org/en/v1.0.0/ must be recognized as valid ones.