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

Package detail

@archoleat/semantic-release-define-config

archoleat782MIT1.2.0TypeScript 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 ESM Provenance CodeQL Specs Commitlint Editorconfig Prettier ESLint Remark

Table of Contents

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

Changelog

1.2.0 (2024-09-28)

Features

Code Refactoring

1.1.17 (2024-09-22)

Code Refactoring

Documentation

1.1.16 (2024-08-30)

Bug Fixes

Code Refactoring

1.1.15 (2024-08-24)

Bug Fixes

Code Refactoring

Documentation

1.1.14 (2024-08-09)

Code Refactoring

1.1.13 (2024-08-06)

Code Refactoring

1.1.12 (2024-08-05)

Code Refactoring

1.1.11 (2024-08-05)

Code Refactoring

1.1.10 (2024-08-05)

Code Refactoring

1.1.9 (2024-08-03)

Code Refactoring

1.1.8 (2024-07-31)

Code Refactoring

Documentation

1.1.7 (2024-07-30)

Reverts

1.1.6 (2024-07-30)

Code Refactoring

1.1.5 (2024-07-30)

Bug Fixes

1.1.4 (2024-04-09)

Code Refactoring

1.1.3 (2024-04-05)

Code Refactoring

  • eslint: add ecmaVersion and sourceType (#33) (a1f14d6)

1.1.2 (2024-04-04)

Code Refactoring

1.1.1 (2024-03-27)

Bug Fixes

Code Refactoring

Documentation

  • readme: change path to test workflow (#16) (5759b48)
  • readme: remove troubleshooting (#22) (d686a0c)

1.1.0 (2024-03-19)

Features

Bug Fixes

Code Refactoring

1.0.0 (2024-03-18)

Features

  • types for semantic-release (bbc50dd)
  • types for semantic-release (#1) (9fd9193)

Bug Fixes

Code Refactoring

Reverts