Skip to content
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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

goneall
Copy link
Member

@goneall goneall commented Nov 19, 2024

@goneall goneall added this to the 3.0.1 milestone Nov 19, 2024
@goneall
Copy link
Member Author

goneall commented Nov 19, 2024

@ilans @yoshi-i - Please review the proposed wording changes

@bact bact added the profile: lite Lite Profile and related matters label Nov 19, 2024
@bact bact linked an issue Nov 19, 2024 that may be closed by this pull request
@bact
Copy link
Collaborator

bact commented Nov 19, 2024

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.
Copy link
Collaborator

@bact bact Nov 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

@NorioKobota
Copy link
Contributor

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.
Copy link
Collaborator

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
profile: lite Lite Profile and related matters
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Require fixed specVersion
3 participants