Skip to content

Commit 086faac

Browse files
authored
chore: update notice on release (#33)
1 parent a50040e commit 086faac

File tree

3 files changed

+67
-104
lines changed

3 files changed

+67
-104
lines changed

.release-it.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,15 @@
1919
},
2020
"npm": false,
2121
"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",
2323
"before:release": "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": {
2727
"@release-it/conventional-changelog": {
2828
"preset": {
2929
"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
4131
},
4232
"writerOpts": {
4333
"groupBy": "scope",

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,12 @@
4747
"@biomejs/biome": "2.2.6",
4848
"@commitlint/cli": "^19.8.0",
4949
"@commitlint/config-conventional": "^19.8.0",
50-
"@release-it/conventional-changelog": "^10.0.4",
50+
"@release-it/conventional-changelog": "10.0.4",
5151
"@testing-library/dom": "^10.4.1",
5252
"@testing-library/react": "^16.3.0",
5353
"@types/node": "^24.7.2",
5454
"@vitejs/plugin-react": "^5.0.4",
5555
"@vitest/coverage-istanbul": "3.2.4",
56-
"conventional-changelog-conventionalcommits": "^9.1.0",
5756
"husky": "^9.1.7",
5857
"jsdom": "^27.0.0",
5958
"lint-staged": "^15.5.1",
@@ -67,5 +66,8 @@
6766
"typescript": "^5.6.0",
6867
"vite-tsconfig-paths": "^5.1.4",
6968
"vitest": "^3.2.4"
69+
},
70+
"resolutions": {
71+
"conventional-changelog-conventionalcommits": "9.1.0"
7072
}
7173
}

0 commit comments

Comments
 (0)