@tnlcommunity/release-config-general
v1.0.0
Published
semantic-release shareable release configuration template repository
Readme
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:
@semantic-release/commit-analyzer@semantic-release/release-notes-generator@semantic-release/changelog@semantic-release/git@semantic-release/github
Install
$ npm install --save-dev semantic-release @tnlcommunity/release-config-generalUsage
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.
