Skip to content

chore: Release hotdata-cli version 0.2.3#83

Merged
eddietejeda merged 2 commits into
mainfrom
release/0.2.3
May 19, 2026
Merged

chore: Release hotdata-cli version 0.2.3#83
eddietejeda merged 2 commits into
mainfrom
release/0.2.3

Conversation

@eddietejeda
Copy link
Copy Markdown
Contributor

No description provided.

@sentry
Copy link
Copy Markdown

sentry Bot commented May 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

git-cliff dropped the [0.2.2] block and rewrote older sections; restore main sections and document changes since v0.2.2. Add cliff preprocessors for legacy commit messages.
Comment thread CHANGELOG.md

### 📚 Documentation

- *(skill)* Document managed databases commands
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

super nit: missing blank line between the last bullet of the 0.2.3 section and the ## [0.2.2] header — every other version boundary in this file has one. (not blocking)

Suggested change
- *(skill)* Document managed databases commands
- *(skill)* Document managed databases commands

Comment thread cliff.toml
commit_preprocessors = [
# Legacy non-conventional commit on main (pre–conventional-commit discipline).
{ pattern = "^change to sandbox api$", replace = "feat(sandbox): align CLI with updated sandbox API" },
{ pattern = "^Add managed databases CLI", replace = "feat(databases): add managed databases CLI for parquet table loads" },
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

super nit: this pattern lacks the $ end anchor that the next line uses, so a future commit like Add managed databases CLI for X would be rewritten to feat(databases): add managed databases CLI for parquet table loads for X (duplicated tail). It worked here because the source commit was an exact match, but anchoring it would make the two adjacent preprocessors consistent. (not blocking)

Suggested change
{ pattern = "^Add managed databases CLI", replace = "feat(databases): add managed databases CLI for parquet table loads" },
{ pattern = "^Add managed databases CLI$", replace = "feat(databases): add managed databases CLI for parquet table loads" },

@eddietejeda eddietejeda merged commit 8665893 into main May 19, 2026
11 checks passed
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.

1 participant