feat(release): add reproducible signed artifacts (#19)
This commit is contained in:
@@ -14,5 +14,7 @@ The public .NET types live in `FinalFactory.Rendezvous.Contracts`, target
|
||||
vectors and a public-API snapshot make accidental wire or source compatibility
|
||||
changes fail the normal test gate.
|
||||
|
||||
Any incompatible change requires a new contract version. Additive JSON fields
|
||||
may be introduced within v1 because v1 readers ignore unknown object members.
|
||||
Readers ignore unknown JSON members, but the release gate deliberately treats
|
||||
any accepted OpenAPI or golden JSON surface drift as a contract-version change.
|
||||
That conservative policy makes additive and incompatible published changes
|
||||
equally visible to consumers instead of relying on an undocumented minor shape.
|
||||
|
||||
Reference in New Issue
Block a user