@peakfijn/config-release-expo

Sharable configuration for Semantic Releases with Expo

Usage no npm install needed!

<script type="module">
  import peakfijnConfigReleaseExpo from 'https://cdn.skypack.dev/@peakfijn/config-release-expo';
</script>

README

Expo - Peakfijn Releases

A sharable Semantic Release configuration for Expo projects.

Installation

Install the dependency with npm.

$ npm install --save-dev @peakfijn/config-release-expo

Configuration

Update the package.json to include a release property.

{
    "release": {
        "extends": "@peakfijn/config-release-expo"
    }
}

And make sure package.json also contains the basic repository (git url) information.

{
    "name": "<project>",
    "version": "0.0.0",
    "repository": {
        "type": "git",
        "url": "git@bitbucket.org:peakfijn/<project>.git"
    }
}

Usage

After installing and configuring the package, you can use it by running this command.

$ npx semantic-release

License

The MIT License (MIT). Please see License File for more information.