Skip to content

Shared semantic release config used in Podium modules

Notifications You must be signed in to change notification settings

podium-lib/semantic-release-config

Repository files navigation

@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",
};