1.1.4 • Published 30 days ago

@archoleat/semantic-release-define-config v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
30 days ago

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.