Skip to content

Commit

Permalink
feat: add changelogen
Browse files Browse the repository at this point in the history
  • Loading branch information
malezjaa committed Jan 3, 2024
1 parent 2a248d6 commit 464b6ec
Show file tree
Hide file tree
Showing 2 changed files with 432 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
"dev:test": "turbo run build --filter eddies && pnpm install && pnpm dev --filter web",
"dev:docs": "turbo run dev --filter docs",
"docs:build": "vitepress build apps/docs/src",
"docs:preview": "vitepress preview apps/docs/src"
"docs:preview": "vitepress preview apps/docs/src",
"release": "pnpm build && changelogen --release --push --dir ./packages/eddies && npm publish"
},
"devDependencies": {
"changelogen": "^0.5.5",
"prettier": "^3.1.0",
"turbo": "latest",
"vitepress": "1.0.0-rc.34"
Expand Down
Loading

1 comment on commit 464b6ec

@vercel
Copy link

@vercel vercel bot commented on 464b6ec Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.