Skip to content

Commit

Permalink
chore: add changelogen config
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitkolhe committed Mar 24, 2024
1 parent 60319a0 commit c82a1c3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions changelog.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default () => ({
types: {
feat: { title: '🚀 Enhancements', semver: 'minor' },
perf: { title: '🔥 Performance', semver: 'patch' },
fix: { title: '🩹 Fixes', semver: 'patch' },
examples: { title: '🏀 Examples' },
docs: { title: '📖 Documentation', semver: 'patch' },
types: { title: '🌊 Types', semver: 'patch' },
refactor: false,
build: false,
chore: false,
test: false,
style: false,
ci: false
}
})

0 comments on commit c82a1c3

Please sign in to comment.