Skip to content

Commit a124c30

Browse files
committed
chore: update notice on release
1 parent ef83b81 commit a124c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"npm": false,
2121
"hooks": {
2222
"after:bump": "tsx tools/sync-versions.ts ${version}",
23-
"before:release": "pnpm build && pnpm --filter=@databricks/appkit dist && pnpm --filter=@databricks/appkit-ui dist",
23+
"before:release": "pnpm build:notice && (git diff --quiet HEAD NOTICE.md || git add NOTICE.md) && pnpm build && pnpm --filter=@databricks/appkit dist && pnpm --filter=@databricks/appkit-ui dist",
2424
"after:release": "npm publish packages/appkit/tmp --access public --provenance && npm publish packages/appkit-ui/tmp --access public --provenance"
2525
},
2626
"plugins": {

0 commit comments

Comments
 (0)