Skip to content

Commit

Permalink
build: add auto-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tuner committed Jan 24, 2025
1 parent 845beba commit 927be19
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 3 deletions.
176 changes: 174 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
"build:app": "tsc && vite build",
"build:lib": "tsc && vite build --mode lib",
"build:schema": "ts-json-schema-generator --tsconfig tsconfig.json --type LayoutProperties --unstable -o dist/schema.json",
"preview": "vite preview"
"preview": "vite preview",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/eslint__js": "^8.42.3",
"auto-changelog": "^2.5.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"ts-json-schema-generator": "^2.3.0",
Expand Down

0 comments on commit 927be19

Please sign in to comment.