Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@archoleat/semantic-release-define-config

archoleat480MIT1.3.1TypeScript support: included

Provide a defineConfig function for Semantic Release

archoleat-semantic-release-define-config, archoleat, config, configuration, define-config, plugin, semantic-release-config, semantic-release-define-config, semantic-release, typescript

readme

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.

changelog