1.0.0 • Published 2 years ago

@tnlcommunity/release-config-general v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

release-config-general

A semantic-release sharable configuration for releasing general code. This is a generic config that has no exec plugins. It performs a release with changelog, release notes, git plugin to commit the changelog, and github plugin to create a github release.

Plugins

This shareable configuration use the following plugins:

Install

$ npm install --save-dev semantic-release @tnlcommunity/release-config-general

Usage

The shareable config can be configured in the semantic-release configuration file:

{
  "extends": "@tnlcommunity/release-config-general"
}

Configuration

See each plugin documentation for required installation and configuration steps.