Skip to content

archoleat/semantic-release-define-config

Repository files navigation

Semantic Release Define Config

NPM Version NPM Downloads CodeQL Specs Commitlint Editorconfig Prettier ESLint Markdown ESM Only

Table of Contents

Installation

# pnpm
pnpm i -D @archoleat/semantic-release-define-config
# npm
npm i -D @archoleat/semantic-release-define-config
# yarn
yarn add -D @archoleat/semantic-release-define-config

Usage

See Semantic Release Configuration.

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

export default defineConfig({
  // Your options
})

Contributing

Please read CONTRIBUTING to start contributing.

License

This project is licensed under the MIT license.