|
19 | 19 | }, |
20 | 20 | "npm": false, |
21 | 21 | "hooks": { |
22 | | - "after:bump": "tsx tools/sync-versions.ts ${version}", |
| 22 | + "after:bump": "tsx tools/sync-versions.ts ${version} && pnpm build:notice && git add NOTICE.md", |
23 | 23 | "before:release": "pnpm build && pnpm --filter=@databricks/appkit dist && pnpm --filter=@databricks/appkit-ui dist", |
24 | 24 | "after:release": "npm publish packages/appkit/tmp --access public --provenance && npm publish packages/appkit-ui/tmp --access public --provenance" |
25 | 25 | }, |
26 | 26 | "plugins": { |
27 | 27 | "@release-it/conventional-changelog": { |
28 | 28 | "preset": { |
29 | 29 | "name": "conventionalcommits", |
30 | | - "types": [ |
31 | | - { "type": "feat", "section": "Features" }, |
32 | | - { "type": "fix", "section": "Bug Fixes" }, |
33 | | - { "type": "perf", "section": "Performance Improvements" }, |
34 | | - { "type": "refactor", "section": "Code Refactoring" }, |
35 | | - { "type": "docs", "section": "Documentation" }, |
36 | | - { "type": "test", "section": "Tests" }, |
37 | | - { "type": "build", "section": "Build System" }, |
38 | | - { "type": "ci", "section": "Continuous Integration" }, |
39 | | - { "type": "chore", "section": "Chores", "hidden": true } |
40 | | - ] |
| 30 | + "bumpStrict": true |
41 | 31 | }, |
42 | 32 | "writerOpts": { |
43 | 33 | "groupBy": "scope", |
|
0 commit comments