To release a new version:
- Update the copyright year in the
LICENSE.md, if required. - Choose a new version according to Semantic Versioning. It should consist of three numbers (i.e.
1.0.0). - Make sure there's a properly formed version entry in the
CHANGELOG.md. - Update the
<Version>property in theEmulsion/Emulsion.fsprojfile. - Merge the aforementioned changes via a pull request.
- Push a tag named
v<VERSION>to GitHub.
The new release will be published automatically.