Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mantoso/github-semantic-release-config
Semantic release config files for Mantoso projects.
https://github.com/mantoso/github-semantic-release-config
meta semantic-release workflow
Last synced: 2 days ago
JSON representation
Semantic release config files for Mantoso projects.
- Host: GitHub
- URL: https://github.com/mantoso/github-semantic-release-config
- Owner: mantoso
- License: mit
- Created: 2023-09-22T13:44:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T11:25:41.000Z (3 months ago)
- Last Synced: 2024-08-28T12:45:43.825Z (3 months ago)
- Topics: meta, semantic-release, workflow
- Language: JavaScript
- Homepage:
- Size: 231 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @mantoso/github-semantic-release-config
[**semantic-release**](https://github.com/semantic-release/semantic-release) shareable config to create GitHub releases.
## Plugins
This shareable configuration uses 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/github`](https://github.com/semantic-release/github)
- [`@semantic-release/changelog`](https://github.com/semantic-release/changelog)
- [`@semantic-release/git`](https://github.com/semantic-release/git)## Install
```bash
$ npm install --save-dev semantic-release @mantoso/github-semantic-release-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": "@mantoso/github-semantic-release-config"
}
```## Configuration
See each [plugin](#plugins) documentation for required installation and configuration steps.