-
Notifications
You must be signed in to change notification settings - Fork 0
chore: Release hotdata-cli version 0.2.3 #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -49,6 +49,8 @@ split_commits = false | |||||
| 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" }, | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. super nit: this pattern lacks the
Suggested change
|
||||||
| { pattern = "^Add sandbox JWT support$", replace = "feat(sandbox): add sandbox JWT support" }, | ||||||
| # Replace issue numbers with link templates to be updated in `changelog.postprocessors`. | ||||||
| #{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))"}, | ||||||
| # Check spelling of the commit message using https://github.com/crate-ci/typos. | ||||||
|
|
||||||
There was a problem hiding this comment.
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)