Skip to main content
Module

x/deepmergets/.releaserc

Deeply merge 2 or more objects respecting type information.
Go to Latest
File
branches: - main - name: next channel: next prerelease: betaplugins: - - "@semantic-release/commit-analyzer" - preset: angular releaseRules: - breaking: true release: major - revert: true release: patch - type: feat release: minor - type: fix release: patch - type: perf release: patch - type: build scope: release-patch release: patch - type: build scope: release-minor release: minor - type: build scope: release-major release: major - "@semantic-release/release-notes-generator" - - "@semantic-release/changelog" - changelogTitle: "# Changelog All notable changes to this project will be documented in this file. Dates are displayed in UTC." - - "@semantic-release/git" - assets: - dist - CHANGELOG.md - "@semantic-release/npm" - - "@semantic-release/github" - releasedLabels: - "<%= nextRelease.channel === 'next' ? 'Status: Beta Released' : 'Status: Released' %>"