This package has been deprecated

Author message:

This shared configuration is no longer actively maintained.

@hexonet/semantic-release-github-npm-config

3.0.3 • Public • Published

@hexonet/semantic-release-github-npm-config

semantic-release Build Status License: MIT PRs welcome npm version

semantic-release shareable config for publishing on github GitHub and npm.

Plugins

This shareable configuration uses the following plugins:

Summary

  • Provides an informative git commit message for the release commit that does not trigger continuous integration and conforms to the conventional commits specification (e.g., "chore(release): 1.2.3 [skip ci]\n\nnotes").
  • Creates or updates a changelog file that gets included in the release commit.
  • Creates a new GitHub release
  • Publishs on npm

Install

$ npm i -D semantic-release @hexonet/semantic-release-github-npm-config

Usage

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

{
  "extends": "@hexonet/semantic-release-github-npm-config",
  "branch": "master"
}

Configuration

Ensure that your CI configuration has the following secret environment variables set:

See each plugin documentation for required installation and configuration steps.

Package Sidebar

Install

npm i @hexonet/semantic-release-github-npm-config

Weekly Downloads

8

Version

3.0.3

License

MIT

Unpacked Size

14.4 kB

Total Files

10

Last publish

Collaborators

  • papakai
  • svassiliou