Skip to content

Commit 1ad787b

Browse files
chore: add release setup
1 parent 04716e0 commit 1ad787b

4 files changed

Lines changed: 4626 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

changelog.config.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
module.exports = {
2+
types: [
3+
{ type: "feat", section: "Added" },
4+
{ type: "fix", section: "Fixed" },
5+
{ type: "perf", section: "Performance Improvements" },
6+
{ type: "docs", section: "Documentation" },
7+
{ type: "chore", section: "Chores" },
8+
{ type: "refactor", section: "Code Refactoring" },
9+
{ type: "test", section: "Tests" },
10+
{ type: "build", section: "Build System" },
11+
{ type: "ci", section: "Continuous Integration" },
12+
],
13+
}

0 commit comments

Comments
 (0)