Socket
Book a DemoInstallSign in
Socket

@cloud-ru/ft-config-semantic-release

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloud-ru/ft-config-semantic-release

Config and dependencies for semantic-release

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

@cloud-ru/ft-config-semantic-release

Установка: npm i @cloud-ru/ft-config-semantic-release

Вместе с пакетом приезжают все необходимые зависимости для работы semantic-release в вашем приложении.

Usage

// projectRoot/.releaserc.js
module.exports = require('@cloud-ru/ft-config-semantic-release').defaultReleaseConfig();

// если необходимо, чтобы при релизе создавался npm-пакет
module.exports = require('@cloud-ru/ft-config-semantic-release').defaultReleaseConfig({ shouldPublishPackage: true });

Также необходимо добавить соответствующую job в ваш CI/CD pipeline.

BREAKING CHANGE commit example

Для выпуска мажорной версии нужно использовать BREAKING CHANGE: в футере коммита

feat(*TaskId*): some feature

BREAKING CHANGE: something that is not compatible with prev version

FAQs

Package last updated on 29 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts