2.1.0 • Published 5 years ago

@peakfijn/config-release v2.1.0

Weekly downloads
17
License
MIT
Repository
github
Last release
5 years ago

Basic - Peakfijn Releases

A sharable Semantic Releases configuration for basic open source projects.

Installation

Install the dependency with npm.

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

Configuration

Update the package.json to include a release property.

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

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

{
	"name": "<project>",
	"version": "0.0.0",
	"repository": {
		"type": "git",
		"url": "https://github.com: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.