Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/softwareventures/semantic-release-config

Standard semantic-release configuration for Software Ventures Limited
https://github.com/softwareventures/semantic-release-config

semantic-release

Last synced: 3 days ago
JSON representation

Standard semantic-release configuration for Software Ventures Limited

Awesome Lists containing this project

README

        

# semantic-release-config

Standard [semantic release](https://semantic-release.gitbook.io/semantic-release/)
configuration for [Software Ventures Limited](https://softwareventures.co.uk/).

We follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
specification.

# Install

```bash
npm install --save-dev @softwareventures/semantic-release-config
```

or for yarn users:

```bash
yarn add --dev @softwareventures/semantic-release-config
```

## Usage

Add to your [semantic-release configuration](https://semantic-release.gitbook.io/semantic-release/usage/configuration):

```json
{
"extends": "@softwareventures/semantic-release-config"
}
```