Skip to content

swarm-io/release-config-general

Repository files navigation

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 @swarm-io/release-config-general

Usage

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

{
  "extends": "@swarm-io/release-config-general"
}

Configuration

See each plugin documentation for required installation and configuration steps.

About

A general release config. Uses the release notes, changelog, and git plugins. Does not use the npm plugin.

Resources

License

Stars

Watchers

Forks

Packages

No packages published