semantic-release-configuration
Version:
semantic-release-configuration contains the semantic-release configuration for the native web.
44 lines (30 loc) • 2.37 kB
Markdown
# semantic-release-configuration
semantic-release-configuration contains the semantic-release configuration for the native web.
## Status
| Category | Status |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Version | [](https://www.npmjs.com/package/semantic-release-configuration) |
| Dependencies |  |
| Dev dependencies |  |
| Build |  |
| License |  |
## Installation
```shell
$ npm install semantic-release-configuration
```
The following semantic-release components are included by default, so you don't have to install them:
- [semantic-release](https://www.npmjs.com/package/semantic-release)
- [@semantic-release/changelog](https://www.npmjs.com/package/@semantic-release/changelog)
- [@semantic-release/git](https://www.npmjs.com/package/@semantic-release/git)
## Quick Start
To use this configurations, create a `.releaserc.json` file in your project and use the `extends` keyword.
```json
{
"extends": "semantic-release-configuration"
}
```
## Running quality assurance
To run quality assurance for this module use [roboter](https://www.npmjs.com/package/roboter):
```shell
$ npx roboter
```