-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathchangelogithub.config.ts
More file actions
32 lines (32 loc) Β· 1.07 KB
/
changelogithub.config.ts
File metadata and controls
32 lines (32 loc) Β· 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
export default {
types: {
core: { title: 'π₯ Core' },
feat: { title: 'π Features' },
fix: { title: 'π Fixes' },
perf: { title: 'π Performance' },
refactor: { title: 'π¨ Refactor' },
revert: { title: 'βͺ Reverts' },
i18n: { title: 'π I18n' },
a11y: { title: 'βΏοΈ Accessibility' },
report: { title: 'π Report' },
cli: { title: 'π₯ CLI' },
audits: { title: 'π Audits' },
misc: { title: 'π« Misc' },
wip: { title: 'π§ WIP' },
docs: { title: 'π Documentation' },
build: { title: 'π¦ Build' },
types: { title: 'π· Types' },
chore: { title: 'π‘ Chores' },
examples: { title: 'π Examples' },
test: { title: 'π§ͺ Tests' },
dx: { title: 'π DX' },
style: { title: 'π Style' },
ci: { title: 'π€ CI' },
workflow: { title: 'π§ Workflow' },
release: { title: 'π’ Release' },
deps: { title: 'π¦ Dependencies' },
improve: { title: 'π Improvements' },
security: { title: 'π Security' },
deprecated: { title: 'π Deprecated' },
},
}