0.0.1 • Published 3 years ago

@fundamend/config-release-it v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

action-release-it

action-release-it is a configuration preset for release-it used by the fundamend.dev ecosystem.

Installation

Use your favorite Node.js package manager, for example npm, like so:

npm install --save-dev @fundamend/action-release-it

... or yarn, like so:

yarn add --dev @fundamend/action-release-it

Usage

In your .release-it.js, import action-release-it and spread it into the exported object, like so:

const config = require('@fundamend/action-release-it');

module.exports = {
	...config,
};

You can extend the imported preset by adding additional configuration options to the exported configuration object, for example like this:

const config = require('@fundamend/action-release-it');

module.exports = {
	...config,
	npm: {
		publish: false,
	},
};

Settings that already exist in the configuration preset will be overwritten.

License

MIT

0.0.1

3 years ago

0.0.0

3 years ago