EM-SPORTS
About
This repository contains the em-sports
module. Work is in progress, so make sure to ckeck it out often.
Build status
![coverage report](https://git.everymatrix.com/ufe-dependencies/em-sports/badges/master/coverage.svg)
Release
First, you need to merge the changes form the master
branch into the release
branch:
Start a new release
After this, having the release branch checked out locally, you need to bump the version using npm version patch|minor|major
, according to the type of the release.
Ex:
$> git checkout release
$> git pull
$> npm version patch
This should also create a new git tag with the new version and trigger the release pipeline. See the pipelines here.