Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 540 Bytes

RELEASES.md

File metadata and controls

12 lines (9 loc) · 540 Bytes

Releases

Gasket uses Semantic Versioning: "major.minor.patch", where major version changes indicate incompatible changes, minor versions indicate added functionality that is backwards compatible, and patch changes do not change the API.

To create a release, please open a release PR that bumps the version number of any impacted modules as dictated by Semantic Versioning. In the PR description, please enumerate the changes included in the release. Allow for two approvals before merging.