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 months ago
JSON representation
Standard semantic-release configuration for Software Ventures Limited
- Host: GitHub
- URL: https://github.com/softwareventures/semantic-release-config
- Owner: softwareventures
- License: isc
- Created: 2020-05-08T09:57:37.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-17T06:57:04.000Z (3 months ago)
- Last Synced: 2025-11-17T08:28:49.392Z (3 months ago)
- Topics: semantic-release
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@softwareventures/semantic-release-config
- Size: 2.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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"
}
```