-
Notifications
You must be signed in to change notification settings - Fork 140
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
Proposal to allow any patch version for Lite specVersion Field #1154
base: develop
Are you sure you want to change the base?
Conversation
This is to resolve https://github.com/spdx/spdx-3-model/blob/main/model/Lite/Lite.md Signed-off-by: Gary O'Neall <[email protected]>
Note: Validation checks failed, because of the known issue of missing CreationInfo for individuals, and they are irrelevant to the changes proposed by this PR. |
@@ -121,7 +121,7 @@ Additionally: | |||
- Mandatory | |||
1. created | |||
1. createdBy (may be multiple), SHOULD be objects of type /Core/Agent | |||
1. specVersion, MUST be a fixed string, “3.0.1”. | |||
1. specVersion, MUST be a fixed string, “3.0.*” - where * is any supported dot version of the SPDX specification. |
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.
1. specVersion, MUST be a fixed string, “3.0.*” - where * is any supported dot version of the SPDX specification. | |
1. specVersion, MUST be a fixed string, “3.0.*” - where * is any supported dot version of the SPDX specification |
Stylistically, other list items in this page do not have fullstops. (The fullstop here is not introduced by this PR, it was there before) But I will leave this as optional so it will not blocking.
LGTM |
@@ -121,7 +121,7 @@ Additionally: | |||
- Mandatory | |||
1. created | |||
1. createdBy (may be multiple), SHOULD be objects of type /Core/Agent | |||
1. specVersion, MUST be a fixed string, “3.0.1”. | |||
1. specVersion, MUST be a fixed string, “3.0.*” - where * is any supported dot version of the SPDX specification. |
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.
I'm not sure which one is more formal between "patch release", "point release", and "dot release".
This is to resolve https://github.com/spdx/spdx-3-model/blob/main/model/Lite/Lite.md