@kettil/semantic-release-config

The library contains the semantic-release configuration.


Keywords
semantic-release
License
MIT
Install
npm install @kettil/semantic-release-config@2.0.4

Documentation

Toolbox

Release

A collection (monorepo) of libraries for my Typescript projects.

Library Description Version
@kettil/commitlint-config Global config for commitlint npm
@kettil/errors Simple creation of customized error classes. npm
@kettil/eslint-config Global config for eslint npm
@kettil/npm-package-json-lint-config Global config for npm-package-json-lint-config npm
@kettil/semantic-release-config Global config for semantic-release npm
@kettil/tools Functions that you need again and again... npm
@kettil/types Types that you need again and again... npm

Environment

After cloning the repo and installing the dependencies, the projects must be built before the next step can be made.

// clone the repo
git clone https://github.com/kettil/ts-toolbox && cd ts-toolbox

// install and build
npm install && npm run build