@archoleat/semantic-release-define-config
Version:
Provide a defineConfig function for Semantic Release
48 lines (33 loc) • 2 kB
Markdown
# Semantic Release Define Config











## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Installation
```shell
bun i -D @archoleat/semantic-release-define-config
```
## Usage
See [Semantic Release Configuration](https://semantic-release.gitbook.io/semantic-release/usage/configuration#options).
Add the following code to the `release.config.js` file:
```js
import { defineConfig } from '@archoleat/semantic-release-define-config';
export default defineConfig({})
```
## Contributing
Please read [**CONTRIBUTING**](https://github.com/archoleat/.github/blob/main/CONTRIBUTING.md)
to start contributing.
## License
This project is licensed under the [**MIT license**](LICENSE).