-
Notifications
You must be signed in to change notification settings - Fork 94
Clarify versioning and tagged release process #359
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
Conversation
Signed-off-by: Marcela Melara <[email protected]>
Signed-off-by: Marcela Melara <[email protected]>
Signed-off-by: Marcela Melara <[email protected]>
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.
Thanks, this is great!
| ### Examples | ||
|
|
||
| - Attestation Framework tagged release v1.0.2 (PATCH version) incorporates | ||
| refinements to the predicate specification process, a new predicate type, |
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.
IMO it is a bit confusing for semantic versioning of the spec to not apply to predicate changes (which I agree with) while also saying a spec version ships with a new predicate. Maybe the version of the spec should entirely omit predicates and it's just a matter of convenience that predicates live alongside the spec?
This does get a bit confusing with versioning of the code gen libraries though, as you highlight here.
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 see what you mean. The intent here isn't to say that none of the things under the PATCH version category really affect the core spec. Maybe we can take out the mention of predicate types altogether and say that PATCH versions are only for doc edits and language binding changes?
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 think that might be better!
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 also realized that language bindings are going to be fine; breaking changes in a predicate would be effectively a separate model with its own proto from the previous one.
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.
LGTM!
This PR adds a short description clarifying when the attestation spec version is rev'd and how that relates to tagged releases.