Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twipped/semrel-config
Semantic Release configuration for Twipped projects
https://github.com/twipped/semrel-config
Last synced: about 1 month ago
JSON representation
Semantic Release configuration for Twipped projects
- Host: GitHub
- URL: https://github.com/twipped/semrel-config
- Owner: Twipped
- Created: 2022-07-15T20:48:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T23:02:42.000Z (over 2 years ago)
- Last Synced: 2024-08-08T19:13:55.582Z (5 months ago)
- Size: 249 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# @twipped/semantic-release-config
Description of your library's purpose
## Usage
1. Install this package as a dependency into your project
```sh
npm install -D semantic-release @twipped/semrel-config
```2. Add the following block to your `package.json`
```json
{
"release": {
"extends": "@twipped/semrel-config"
}
}
```