UNPKG

botscripten

Version:

Craft rich bot conversations using the Twine/Twee format

115 lines (114 loc) โ€ข 3.07 kB
{ "path": "cz-emoji", "config": { "cz-emoji": { "skipQuestions": [ "scope" ], "types": [ { "emoji": "โœจ", "code": "โœจ Feat:", "description": "A new feature or functionality", "name": "Feat", "changelog": { "section": "โœจ Features" }, "release": "minor" }, { "emoji": "๐Ÿ›", "code": "๐Ÿ› Fix:", "description": "Fixing code", "name": "Fix", "changelog": { "section": "๐Ÿ› Bug Fixes" }, "release": "patch" }, { "emoji": "๐Ÿš‘", "code": "๐Ÿš‘ Hotfix:", "description": "Bypassing some safety, this needs to go straight to production!", "name": "Hotfix", "changelog": { "section": "๐Ÿš‘ Critical Fixes" }, "release": "patch" }, { "emoji": "๐Ÿ“", "code": "๐Ÿ“ Docs:", "description": "Documentation only changes", "name": "Docs" }, { "emoji": "๐ŸŽจ", "code": "๐ŸŽจ Style:", "description": "Improving the style/structure of the code", "name": "Style" }, { "emoji": "โ™ป๏ธ", "code": "โ™ป๏ธ Refactor:", "description": "A code change that does not alter public facing APIs", "name": "Refactor" }, { "emoji": "โšก๏ธ", "code": "โšก๏ธ Perf:", "description": "Improves Performance", "name": "Perf" }, { "emoji": "โœ…", "code": "โœ… Test:", "description": "Adds, Removes, or Fixes something related to tests", "name": "Test" }, { "emoji": "โฌ†๏ธ", "code": "โฌ†๏ธ Upgrade:", "description": "Upgrades dependencies", "name": "Upgrade", "changelog": { "section": "โฌ†๏ธ Dependency Changes" }, "release": "patch" }, { "emoji": "โฌ‡๏ธ", "code": "โฌ‡๏ธ Downgrade:", "description": "Downgrades or Removes dependencies", "name": "Downgrade", "changelog": { "section": "โฌ†๏ธ Dependency Changes" }, "release": "patch" }, { "emoji": "๐Ÿ“Œ", "code": "๐Ÿ“Œ Pin:", "description": "Pin a dependency to a specific version", "name": "Pin", "changelog": { "section": "โฌ†๏ธ Dependency Changes" }, "release": "patch" }, { "emoji": "๐Ÿงน", "code": "๐Ÿงน Chore:", "description": "Misc changes, often by automated systems", "name": "Chore" }, { "emoji": "๐Ÿšง", "code": "๐Ÿšง WIP:", "description": "Work in Progress (rebase these out!)", "name": "WIP" } ] } } }