-
Notifications
You must be signed in to change notification settings - Fork 19
Add schema file #13
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
Add schema file #13
Conversation
A schema file might help remembering the new changelog format.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ppkarwasz, this will be great addition! Thanks!
I have dropped some minor remarks. I will appreciate it if you can address them.
@@ -18,4 +18,8 @@ target/ | |||
*.iml | |||
*.iws | |||
/out | |||
dependency-reduced-pom.xml | |||
.flattened-pom.xml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this necessary? I tried to make sure flatten-maven-plugin
always outputs to target
, have I missed something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe not, I just replaced dependency-reduced-pom.xml
with .flattened-pom.xml
. Didn't check if this applies.
@ppkarwasz, shouldn't we use two separate XSDs: one for |
Co-authored-by: Volkan Yazıcı <[email protected]>
Co-authored-by: Volkan Yazıcı <[email protected]>
Co-authored-by: Volkan Yazıcı <[email protected]>
* adds a `schemaVersion` attribute, * replaces `ID` with a more liberal `string`, * removes `TBD` as date value.
A schema file might help remembering the new changelog format.