https://github.com/stackr23/preset-conventional-changelog
https://github.com/stackr23/preset-conventional-changelog
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackr23/preset-conventional-changelog
- Owner: stackr23
- Created: 2021-05-14T13:59:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T13:12:36.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T19:49:16.823Z (over 1 year 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
[](https://travis-ci.com/stackr23/preset-conventional-changelog) [](https://www.npmjs.com/package/%40stackr23%2Fpreset-conventional-changelog)
[](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** |