To release a new version:
- Update the copyright year in the
LICENSE.md, if required. - Update the copyright year inside the
<footer>element of theCodingteam.Site/Views/Shared/_Layout.cshtml, 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 theCodingteam.Site/Codingteam.Site.fsprojfile. - Merge the aforementioned changes via a pull request.
- Push a tag named
v<VERSION>to GitHub.
The new release will be published and pushed to the Docker Hub automatically.