Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.78 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.78 KB

Semantic Release Define Config

NPM Version NPM Downloads Specs Commitlint Editorconfig Prettier ESLint Remark

Table of Contents

Provide a defineConfig function for Semantic Release.

Installation

bun i -D @archoleat/semantic-release-define-config

Usage

See Semantic Release Configuration.

Add the following code to the release.config.js file:

import { defineConfig } from '@archoleat/semantic-release-define-config';

export default defineConfig({})

Contributing

Please read CONTRIBUTING to start contributing.

License

This project is licensed under the MIT license.