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

How bump major version? #47

Closed patsevanton closed 1 week ago

patsevanton commented 1 week ago

Hello! Thanks for semver-action I try bump major version: https://github.com/patsevanton/test-docker-images2/commit/84976dce4a4fd6c0f0b9a50409bdf860fe5a682e https://github.com/patsevanton/test-docker-images2/commit/42d30a836f9e67d720aebe99ea318bb52777419b

Both issue get error. How bump major version?

NGPixel commented 1 week ago

You're using an invalid prefix and not putting the BREAKING CHANGE term in the correct location.

Read the conventional commits documentation.