Loading release.config.js +0 −9 Original line number Diff line number Diff line Loading @@ -81,47 +81,38 @@ module.exports = { { type: 'feat', section: '✨ Features', hidden: false, }, { type: 'fix', section: '🐛 Bug Fixes', hidden: false, }, { type: 'docs', section: '📝 Documentation', hidden: false, }, { type: 'style', section: '💈 Code-style', hidden: false, }, { type: 'refactor', section: '⚡ Refactor', hidden: false, }, { type: 'perf', section: '⏩ Performance', hidden: false, }, { type: 'test', section: '✅ Tests', hidden: false, }, { type: 'ci', section: '🔁 CI', hidden: false, }, { type: 'chore', section: '🔁 Chore', hidden: false, }, ], }, Loading Loading
release.config.js +0 −9 Original line number Diff line number Diff line Loading @@ -81,47 +81,38 @@ module.exports = { { type: 'feat', section: '✨ Features', hidden: false, }, { type: 'fix', section: '🐛 Bug Fixes', hidden: false, }, { type: 'docs', section: '📝 Documentation', hidden: false, }, { type: 'style', section: '💈 Code-style', hidden: false, }, { type: 'refactor', section: '⚡ Refactor', hidden: false, }, { type: 'perf', section: '⏩ Performance', hidden: false, }, { type: 'test', section: '✅ Tests', hidden: false, }, { type: 'ci', section: '🔁 CI', hidden: false, }, { type: 'chore', section: '🔁 Chore', hidden: false, }, ], }, Loading