-
Notifications
You must be signed in to change notification settings - Fork 34
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
ci: setup release please #505
Conversation
ab25118
to
8dfd7d8
Compare
@andrueastman interesting, they now add checks when you change the configuration, and it seems some JSON is invalid (see the checks panel) |
I'm not sure why it's failing here as the Json is valid. |
Signed-off-by: Vincent Biret <[email protected]>
Quality Gate passedIssues Measures |
I tried removing the BOM from the encoding since it was complaining about index 0. I now do not see the checks anymore, I'm not sure whether this is because they are valid or because they don't trigger on push. Either way, we should be good to merge. |
Fixes #327