2.0.0 • Published 10 months ago

@podium/semantic-release-config v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@podium/semantic-release-config

This is a semantic-release config to publish Podium modules meant for internal use in the podium-lib organisation.

Plugins

This shareable configuration uses the following plugins:

Install

npm install --save-dev semantic-release @podium/semantic-release-config

Usage

In the semantic-release configuration file:

export default {
	extends: "@podium/semantic-release-config",
};