-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit with feat!:
did not trigger release
#439
Comments
your tests case shows all should be good
our config https://github.com/asyncapi/spec-json-schemas/blob/master/.github/workflows/.releaserc do not have any special rules. it failed again: https://github.com/asyncapi/spec-json-schemas/actions/runs/4810798555/jobs/8563967377
|
I think our config file is ignored and default angular convention is used that do not respect conventional commits fully and |
closing, I was right, problem was with releaserc location |
We had a strange situation today in our project.
We merged asyncapi/spec-json-schemas#298 and few others, but only this one had
feat!:
commit asyncapi/spec-json-schemas@d950c38Release workflow released 4.3 instead of 5.0 -> https://github.com/asyncapi/spec-json-schemas/actions/runs/4810078890/jobs/8562270367
logs say:
but instead of
The commit should not trigger a release
we expectedThe release type for the commit is major
any help appreciated to understand what we did wrong
The text was updated successfully, but these errors were encountered: