1.0.2 • Published 1 year ago

@braineet/release-config v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Braineet - Frontend Tools - Release-it configuration

Shared Release-it configuration for Braineet Frontend projects.

Table of contents

How to install

Run the following command to install the required dependencies:

$ <yarn|npm|pnpm> add -D @braineet/release-config release-it

Update your release-it config file

const braineetReleaseConfig = require('@braineet/release-config');
module.exports = braineetReleaseConfig;