Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stackr23/preset-conventional-changelog
https://github.com/stackr23/preset-conventional-changelog
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackr23/preset-conventional-changelog
- Owner: stackr23
- Created: 2021-05-14T13:59:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T13:12:36.000Z (over 3 years ago)
- Last Synced: 2024-12-07T21:13:38.556Z (27 days ago)
- Language: JavaScript
- Size: 276 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/stackr23/preset-conventional-changelog.svg?token=9j4kv11sMyqyMRAPNQXm&branch=master)](https://travis-ci.com/stackr23/preset-conventional-changelog) [![NPM Release](https://img.shields.io/npm/v/@stackr23/preset-conventional-changelog.svg?style=flat)](https://www.npmjs.com/package/%40stackr23%2Fpreset-conventional-changelog)
[![Conventional Commits](https://img.shields.io/badge/✔-Conventional%20Commits-blue.svg)](https://conventionalcommits.org)
[![Semantic Versioning][semantic-img]][semantic-url][semantic-img]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-blue.svg
[semantic-url]: https://semver.org/## Stackr23's preset for conventional-changelog
### Type Definitions
| **TYPE** | **TITLE** | **TARGET** |
| ------------ | ------------------------------------- | ----------------------------------------------------------------- |
| **feat** | :sparkles: Features | **new Features** |
| **fix** | :bug: Bug Fixes | **fixed Bugs** |
| **config** | :wrench: Configs | **Config changes**
(_babel, webpack, travis, dotfiles, ..._) |
| **script** | :hammer_and_wrench: Scripts and Tasks | **Development Scripts**
(_Gulp/Grunt, npm scripts, MRM, ..._) |
| **style** | :art: Styling | **Theme and UI changes** |
| **deps** | :package: Dependencies | **Dependency changes**
(_add, upgrade, remove, ..._) |
| **refactor** | :building_construction: Refactoring | **Structure Improvements** |
| **test** | :white_check_mark: Tests | **changes in Tests**
(_add, upgrade, remove, ..._) |
| **docs** | :memo: Documentations | **Documentation changes**
(_README, WIKI, CHANGELOG, ..._) |
| **revert** | :rewind: Reverts | **Revert Commit** |