Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 746 Bytes

RELEASE.md

File metadata and controls

9 lines (5 loc) · 746 Bytes

Release Process

The following steps are recommended in order to make a new release.

  1. Submit a pull request containing proposed changes. Note, commit messages have to follow semantic-release conventions as defined by Angular Commit Message Conventions.

  2. After approval, the pull request is merged and the master branch is automatically tagged with a new version based on new commit history. The binaries will not be published to Nuget until a release is created.

  3. Draft a new release and tag it with the latest version. Fill out description and publish the release. This will start a new build, which will package and publish binaries to Nuget.