Skip to content

Conversation

@MarioCadenas
Copy link
Collaborator

@MarioCadenas MarioCadenas commented Dec 22, 2025

This PR introduces automatic releases using release-it and conventional commits

Both packages @databrics/appkit and @databricks/appkit-ui will be released together, and versions will be always synced.

Now

Commit Type Example Triggers Release? Bump
feat: feat: add streaming API ✅ Yes Minor
fix: fix: resolve timeout bug ✅ Yes Patch
perf: perf: optimize query execution ✅ Yes Patch
feat!: feat!: redesign plugin API ✅ Yes Major
BREAKING CHANGE: (in commit body) ✅ Yes Major
chore: chore: update deps ❌ No -
docs: docs: update README ❌ No -
ci: ci: fix workflow ❌ No -
test: test: add unit tests ❌ No -
refactor: refactor: clean up code ❌ No -

@MarioCadenas MarioCadenas force-pushed the automatic-release branch 2 times, most recently from da7f893 to c032b2f Compare December 22, 2025 10:42
@MarioCadenas MarioCadenas marked this pull request as ready for review December 22, 2025 10:50
@MarioCadenas MarioCadenas requested a review from a team December 22, 2025 10:50
},
"npm": false,
"hooks": {
"after:bump": "tsx tools/sync-versions.ts ${version}",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not blocking: also update license file here

@fjakobs fjakobs merged commit 2efe71a into main Dec 22, 2025
4 checks passed
@fjakobs fjakobs deleted the automatic-release branch December 22, 2025 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants