Skip to content

Commit

Permalink
add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed Sep 11, 2024
1 parent 3ad27b0 commit 98a7b9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"updateGeometrySchema": "json-schema-to-zod -i data/schema/geometry.schema.json -o data/schema/geometry.schema.ts -n geometrySchema -m esm --type GeometrySchema",
"updateMetaSchema": "json-schema-to-zod -i data/schema/meta.schema.json -o data/schema/meta.schema.ts -n metaSchema -m esm --type MetaSchema",
"generateTsxFromSvg": "bun ./scripts/svgToTsx/svgToTsx.ts && npm run format",
"prepare": "husky"
"prepare": "husky",
"release": "gh pr create --base main --head develop --title \"Release $(date '+%Y-%m-%d')\" --body \"\""
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
Expand Down

0 comments on commit 98a7b9f

Please sign in to comment.