Skip to content

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## Changelog
### Features
* a74fca8ce7d6a81f9fec439b3b445cc6712a9729: :sparkles: Support pagination when list (@OpenWaygate)
* ec61960c1e8f4e69533672b4e86f3679b1ccac8d: :boom: Migrate to official mcp sdk (@OpenWaygate)
### Bug Fixes and Tests
* 5bf60ff2f15905921fb4dbe79ffcc503878fc31e: :white_check_mark: Update test for pagination (@OpenWaygate)
* 5d71f953d07c808058b1e82b65f8a20e429c7c5c: :white_check_mark: Fix test about generic (@OpenWaygate)
* 698030a1aea35501f350b26b09791d2ce3ab279d: :bug: Update call with options (@OpenWaygate)
* 20d6f26a1f44e2e9153c121251c2541bd113d851: :rotating_light: Dismiss close file error (@OpenWaygate)
* 24f5dd91189b41aa7a492cbce8a3ecb64e64076c: :bug: Use relative path when cache token (@OpenWaygate)
### Documentation
* 82d135304f9910203871224eac554697fcf89938: :memo: Init CLAUDE and update CONTRIBUTING (@OpenWaygate)
* 67da19f5464449c0c56b697fb1706a72b1a68e98: :memo: Add Chinese README (@OpenWaygate)
### CI/CD
* ab8ca6d474e110529bfb8a05f84605f7608fdfea: :construction_worker: Replace commit with builder in version (@OpenWaygate)
### Others
* 2d4eaf65709e0f457762d531a2e081d485a2ccf5: :necktie: Set maxResult to 1 when update (@OpenWaygate)
* 86d87906f43569a08eaf5f51375911442f80e53c: :page_facing_up: Attach license info in code (@OpenWaygate)

View the full release notes at https://github.com/eat-pray-ai/yutu/releases/tag/v0.10.3.


@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Oct 6, 2025
@OpenWaygate
Copy link
Contributor

Hi team, I'm the maintainer of this yutu project, based on my recent changes, can you help to update -X #{mod}.Commit=#{tap.user} to -X #{mod}.Builder=#{tap.user}? Thanks!

-X #{mod}.Commit=#{tap.user}

@chenrui333
Copy link
Member

👋 shouldn't we have both Commit and Builder?

@OpenWaygate
Copy link
Contributor

👋 shouldn't we have both Commit and Builder?

If both Commit and Builder are provided, please provide them like this

    ldflags = %W[
      -s -w
      -X #{mod}.Os=#{OS.mac? ? "darwin" : "linux"}
      -X #{mod}.Arch=#{Hardware::CPU.arch}
      -X #{mod}.Version=v#{version}
      -X #{mod}.Builder=#{tap.user}
      -X #{mod}.Commit=#{Utils.git_short_head(length: 7)}
      -X #{mod}.CommitDate=#{time.iso8601}
    ]

@chenrui333
Copy link
Member

-X #{mod}.Commit=#{Utils.git_short_head(length: 7)}

yeah, we should avoid using it at best.

yutu: update build

Signed-off-by: Rui Chen <[email protected]>
Copy link
Contributor

github-actions bot commented Oct 6, 2025

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Oct 6, 2025
@BrewTestBot BrewTestBot enabled auto-merge October 6, 2025 17:09
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 6, 2025
Merged via the queue into main with commit 90d13a1 Oct 6, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-yutu-0.10.3 branch October 6, 2025 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants