conventional-changelog-unconventional
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -22,3 +22,3 @@ 'use strict'; | ||
// ? types. | ||
const COMMIT_TYPE_CHANGELOG_ORDER = ['feat', 'fix', 'perf', 'revert']; | ||
const COMMIT_TYPE_CHANGELOG_ORDER = ['feat', 'fix', 'perf', 'build', 'revert']; | ||
@@ -160,17 +160,19 @@ // ? Matches a valid GitHub username with respect to the following: | ||
// ? Commits are grouped by section; new types can alias existing types by | ||
// ? matching sections: | ||
// prettier-ignore | ||
types: [ | ||
{ type: 'feat', section: 'Features' }, | ||
// ? Commits are grouped by section; new types can alias existing types by | ||
// ? matching sections: | ||
{ type: 'feature', section: 'Features' }, | ||
{ type: 'fix', section: 'Bug Fixes' }, | ||
{ type: 'perf', section: 'Performance Improvements' }, | ||
{ type: 'revert', section: 'Reverts' }, | ||
{ type: 'build', section: 'Build System' }, | ||
{ type: 'docs', section: 'Documentation', hidden: true }, | ||
{ type: 'style', section: 'Styles', hidden: true }, | ||
{ type: 'refactor', section: 'Refactoring', hidden: true }, | ||
{ type: 'test', section: 'Tests', hidden: true }, | ||
{ type: 'ci', section: 'Continuous Integration', hidden: true }, | ||
{ type: 'chore', section: 'Miscellaneous', hidden: true } | ||
{ type: 'feat', section: '✨ Features', hidden: false }, | ||
{ type: 'feature', section: '✨ Features', hidden: false }, | ||
{ type: 'fix', section: '🪄 Fixes', hidden: false }, | ||
{ type: 'perf', section: '⚡️ Optimizations', hidden: false }, | ||
{ type: 'revert', section: '🔥 Reverted', hidden: false }, | ||
{ type: 'build', section: '⚙️ Build system', hidden: false }, | ||
{ type: 'docs', section: '📚 Documentation', hidden: true }, | ||
{ type: 'style', section: '💎 Aesthetics', hidden: true }, | ||
{ type: 'refactor', section: '🧙🏿 Refactored', hidden: true }, | ||
{ type: 'test', section: '⚗️ Test system', hidden: true }, | ||
{ type: 'ci', section: '🏭 CI/CD', hidden: true }, | ||
{ type: 'cd', section: '🏭 CI/CD', hidden: true }, | ||
{ type: 'chore', section: '🗄️ Miscellaneous', hidden: true } | ||
], | ||
@@ -177,0 +179,0 @@ commitUrlFormat: '{{host}}/{{owner}}/{{repository}}/commit/{{hash}}', |
{ | ||
"name": "conventional-changelog-unconventional", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Custom CHANGELOG generation and semantic release settings based on conventional-changelog-conventionalcommits", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
28436
413
0