Versioning issues #3045
rouke-broersma
started this conversation in
General
Replies: 1 comment
-
We should make a schema version 3 and unlock versioning (so schema will live on with its own versioning), and use semver 2.0.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v3 of mutation testing elements was recently released which included breaking changes in the implementations. However the schema has not been changed. We validate the version in the schema, so technically v3 implementations are not compatible with the current latest schema versions. This breaks the versioning schema we agreed on. See:
mutation-testing-elements/packages/report-schema/src/mutation-testing-report-schema.json
Line 15 in 327d72d
I think we need to revisit how we version mutation-testing-elements.
@hugo-vrijswijk @nicojs @xandervedder
Beta Was this translation helpful? Give feedback.
All reactions