2.1.0 • Published 5 years ago

@peakfijn/config-release-laravel v2.1.0

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

Laravel - Peakfijn Releases

A sharable Semantic Release configuration for Laravel projects.

Installation

Install the dependency with npm.

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

Configuration

Update the package.json to include a release property.

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

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.