Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 736 Bytes

MAINTAINERSHIP.md

File metadata and controls

23 lines (17 loc) · 736 Bytes

Maintainership

Release

To release a new version:

  1. Update the copyright year in the LICENSE.md, if required.
  2. Choose a new version according to Semantic Versioning. It should consist of three numbers (i.e. 1.0.0).
  3. Make sure there's a properly formed version entry in the CHANGELOG.md.
  4. Update the <Version> property in the Emulsion/Emulsion.fsproj file.
  5. Merge the aforementioned changes via a pull request.
  6. Push a tag named v<VERSION> to GitHub.

The new release will be published automatically.