https://github.com/roms1383/semantic-release-kroms
Custom semantic-release config
https://github.com/roms1383/semantic-release-kroms
semantic-release-config
Last synced: about 1 month ago
JSON representation
Custom semantic-release config
- Host: GitHub
- URL: https://github.com/roms1383/semantic-release-kroms
- Owner: Roms1383
- License: mit
- Created: 2019-05-26T11:47:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T10:02:24.000Z (about 1 month ago)
- Last Synced: 2025-04-30T05:10:00.328Z (about 1 month ago)
- Topics: semantic-release-config
- Language: JavaScript
- Homepage:
- Size: 772 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# semantic-release-kroms
[](https://www.npmjs.com/package/semantic-release-kroms) [](LICENSE) [](https://travis-ci.org/Roms1383/semantic-release-kroms) [](https://renovatebot.com) [](https://david-dm.org/) [](https://github.com/semantic-release/semantic-release) [](https://github.com/carloscuesta/gitmoji)
Semantic release custom preset
*****
Custom preset for [semantic-release](https://github.com/semantic-release/semantic-release) based on :
* [semantic-release-gitmoji](https://github.com/momocow/semantic-release-gitmoji) : analyze commits and generate release notes
* [@semantic-release/github](https://github.com/semantic-release/github) : create Github release
* [@semantic-release/npm](https://github.com/semantic-release/npm) : publish to NPM## Installation
If installed as dev dependency :
Yarn :
```sh
yarn add semantic-release-kroms --dev
```NPM :
```sh
npm install semantic-release-kroms --save-dev
```## Usage
Add a `.releaserc` at the root of your project with :
```json
{
"extends": ["semantic-release-kroms"]
}
```Use in your favorite CI to trigger semantic release, example can be found in the `.travis.yml` of this repository (this plugin uses itself to trigger its release too).
## Update
This package's emojis list (based on [gitmoji](https://gitmoji.carloscuesta.me)) can be updated easily by calling :
```sh
yarn generate
```*****
_Romain KELIFA - MIT - 2019-2021-2021-2021-2021-2021-2021-2021_