Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.12 KB

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