open-feature / spec

OpenFeature specification
https://openfeature.dev
Apache License 2.0
612 stars 35 forks source link

Spec version process #111

Closed beeme1mr closed 1 year ago

beeme1mr commented 2 years ago

Overview

This PR introduces Changesets to help generate release notes and follow semver releases. If adopted, any change that impacts the spec must also contain a corresponding changeset file. This can added by running npx changeset and completing the wizard.

Next steps

Closes: #109

toddbaert commented 2 years ago

I think in general I like this idea. It seems like a pretty light-weight way of doing releases and a simple changelog.

Somewhat related, I also found this, which has some interesting ideas about using semantic versioning to version a spec: https://developer.nhs.uk/apis/gpconnect-0-5-1/design_product_versioning.html

beeme1mr commented 1 year ago

I'm going to manually release the spec for now.