Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/softwareventures/semantic-release-config
- Owner: softwareventures
- License: isc
- Created: 2020-05-08T09:57:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T19:15:15.000Z (7 months ago)
- Last Synced: 2024-04-11T03:19:32.041Z (7 months ago)
- Topics: semantic-release
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@softwareventures/semantic-release-config
- Size: 1.52 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
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"
}
```