@omcfe/em-sports

em-sport

Usage no npm install needed!

<script type="module">
  import omcfeEmSports from 'https://cdn.skypack.dev/@omcfe/em-sports';
</script>

README

EM-SPORTS

About

This repository contains the em-sports module. Work is in progress, so make sure to ckeck it out often.

Build status

pipeline status coverage report

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:

gt; git checkout release
gt; git pull
gt; npm version patch

This should also create a new git tag with the new version and trigger the release pipeline. See the pipelines here.