Skip to content

chore: release main #1596

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "25.10.0",
".": "25.10.1",
"packages/api-explorer": "0.9.77",
"packages/code-editor": "0.1.44",
"packages/extension-api-explorer": "22.21.34",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [25.10.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v25.10.0...sdk-codegen-all-v25.10.1) (2025-07-18)


### Bug Fixes

* fixed bug in go example ([#1595](https://github.com/looker-open-source/sdk-codegen/issues/1595)) ([6e45409](https://github.com/looker-open-source/sdk-codegen/commit/6e454098089a27053f4b26d376fdff8716de6929))

Choose a reason for hiding this comment

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

medium

For better clarity and consistency, changelog entries should ideally follow the conventional commit format. The current entry is a bit generic.

I suggest adding a scope (e.g., go) and rephrasing the description in the imperative mood (e.g., Fix instead of fixed). This improves readability and aligns with many other entries in this file.

Suggested change
* fixed bug in go example ([#1595](https://github.com/looker-open-source/sdk-codegen/issues/1595)) ([6e45409](https://github.com/looker-open-source/sdk-codegen/commit/6e454098089a27053f4b26d376fdff8716de6929))
* **go:** Fix bug in example ([#1595](https://github.com/looker-open-source/sdk-codegen/issues/1595)) ([6e45409](https://github.com/looker-open-source/sdk-codegen/commit/6e454098089a27053f4b26d376fdff8716de6929))


## [25.10.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v25.8.0...sdk-codegen-all-v25.10.0) (2025-06-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "MIT",
"name": "sdk-codegen-all",
"version": "25.10.0",
"version": "25.10.1",
"description": "All workspaces for SDK code generation",
"author": "Looker",
"private": true,
Expand Down
Loading