Stack Builder

Semantic Release

Version your software by parsing commit history.

Installation

Terminal
npm i -D semantic-release

Configuration

Terminal
touch release.config.ts
echo "import type { GlobalConfig } from 'semantic-release'\n\nconst config: Partial<GlobalConfig> = {\n  branches: ['main']\n}\n\nexport default config" > release.config.ts

Last updated on

On this page

Edit on GitHub