@bfra.me/semantic-release
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

@bfra.me/semantic-release

Sharable Semantic Release configuration for bfra.me.

Install

NPM

npm install --save-dev @bfra.me/semantic-release semantic-release

PNPM

pnpm add --save-dev @bfra.me/semantic-release semantic-release

Yarn

yarn add --dev @bfra.me/semantic-release semantic-release

Usage

Import the defineConfig utility to use in your semantic-release config file:

import {defineConfig} from "@bfra.me/semantic-release"

export default defineConfig({
  branches: ["main"],
  plugins: [
    "@semantic-release/commit-analyzer",
    "@semantic-release/release-notes-generator",
    "@semantic-release/changelog",
    "@semantic-release/npm",
    "@semantic-release/github",
    "@semantic-release/git",
  ],
})

Code editors that support TypeScript type acquisition should be able to provide type hints for the defineConfig function.

License

MIT

Dependencies (0)

    Dev Dependencies (7)

    Package Sidebar

    Install

    npm i @bfra.me/semantic-release

    Weekly Downloads

    3

    Version

    0.1.3

    License

    MIT

    Unpacked Size

    8.63 kB

    Total Files

    21

    Last publish

    Collaborators

    • fro-bot
    • marcusrbrown