https://github.com/atom-community/semantic-release-npm-config
semantic-release config for npm packages
https://github.com/atom-community/semantic-release-npm-config
semantic-release semantic-release-config
Last synced: 2 months ago
JSON representation
semantic-release config for npm packages
- Host: GitHub
- URL: https://github.com/atom-community/semantic-release-npm-config
- Owner: atom-community
- License: mit
- Created: 2020-11-30T06:52:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T17:34:48.000Z (2 months ago)
- Last Synced: 2025-03-19T19:03:00.851Z (2 months ago)
- Topics: semantic-release, semantic-release-config
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@atom-ide-community/semantic-release-npm-config
- Size: 178 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @atom-ide-community/semantic-release-npm-config
## Plugins
This shareable configuration use the following plugins:
- [`@semantic-release/commit-analyzer`](https://github.com/semantic-release/commit-analyzer)
- [`@semantic-release/release-notes-generator`](https://github.com/semantic-release/release-notes-generator)
- [`@semantic-release/changelog`](https://github.com/semantic-release/changelog)
- [`@semantic-release/npm`](https://github.com/semantic-release/npm)
- [`@semantic-release/github`](https://github.com/semantic-release/github)
- [`@semantic-release/git`](https://github.com/semantic-release/git)## Install
```bash
$ npm install --save-dev semantic-release @atom-ide-community/semantic-release-npm-config
```## Usage
The shareable config can be configured in the [**semantic-release** configuration file](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#configuration):
```json
{
"extends": "@atom-ide-community/semantic-release-npm-config"
}
```## Configuration
See each [plugin](#plugins) documentation for required installation and configuration steps.
### Overwritten options
This following options are set by this shareable config:
| Option | Value |
|--------------------------------------------------------------|---------------------------------------------------|
| [`message`](https://github.com/semantic-release/git#message) | chore(release): \${nextRelease.version} [skip ci] |Other options use their default values. See each [plugin](#plugins) documentation for available options.