@braineet/release-config
Version:
Shared release configuration for Braineet Frontend projects
23 lines (14 loc) • 539 B
Markdown
# Braineet - Frontend Tools - Release-it configuration <!-- omit in toc -->
Shared Release-it configuration for Braineet Frontend projects.
## Table of contents <!-- omit in toc -->
- [How to install](#how-to-install)
## How to install
Run the following command to install the required dependencies:
```shell
$ <yarn|npm|pnpm> add -D @braineet/release-config release-it
```
Update your release-it config file
```shell
const braineetReleaseConfig = require('@braineet/release-config');
module.exports = braineetReleaseConfig;
```