Skip to content

Commit

Permalink
Merge pull request #63 from prisma-idb/fix-cd
Browse files Browse the repository at this point in the history
Fix CD error due to commits during release
  • Loading branch information
WhyAsh5114 authored Dec 5, 2024
2 parents f08d2c8 + 812c6ff commit 0c09451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/generator/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"@release-it/conventional-changelog": {
"preset": "angular"
}
},
"npm": {
"ignoreVersion": true
}
}
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prisma-idb/idb-client-generator",
"description": "Generate types for idb from prisma schema",
"version": "0.2.0",
"version": "0.0.0-semantically-released",
"main": "dist/generator.js",
"license": "MIT",
"bin": {
Expand Down

0 comments on commit 0c09451

Please sign in to comment.