New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@bfra.me/semantic-release

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfra.me/semantic-release

Semantic Release shareable configuration and plugins for bfra.me.

Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
4
-90.24%
Maintainers
2
Weekly downloads
 
Created
Source

@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

Keywords

bfra.me

FAQs

Package last updated on 31 Aug 2025

Related posts