0.0.0 • Published 4 years ago

@peakfijn/expo-semantic-release v0.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Expo Semantic Release - Peakfijn

Quickly integrate Semantic Release in Expo, using Peakfijn standards.

npm install --save @peakfijn/expo-semantic-release

Getting started

There are two package.json settings required for this to work.

The package repository

For our internal pipeline, we need a git reference to the repository. You can do that by setting this in the package.json.

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

Semantic release configuration

There are multiple ways to configure this, using the package file is recommended. You can set this up by setting this in the package.json.

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

License

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