3.0.0 • Published 2 years ago
@rweich/semantic-release-config v3.0.0
semantic-release-config
Default config for my ts-projects.
Installation
Install dependencies
yarn add --dev semantic-release @rweich/semantic-release-configConfigure
either add the config to your
release.config.js:module.exports = { extends: "@rweich/semantic-release-config", branches: "main" };or add it to your
package.json:{ "release": { "extends": "@rweich/semantic-release-config", "branches": "main" } }
Usage
Test with:
yarn semantic-release --dry-run