chore(release): add Go proxy refresh automation#117
Conversation
There was a problem hiding this comment.
Pull Request Overview
Adds automation to trigger pkg.go.dev to fetch newly released Go module versions by introducing a refresh-proxy script and Makefile targets. The PR also refactors version extraction into a shared utility function.
- Introduces
refresh-proxy.shscript to trigger Go proxy updates for individual modules - Adds
refresh-proxyandrefresh-proxy-allMakefile targets for convenient invocation - Refactors version extraction into shared
get_version_from_file()function incommon.shfor reusability
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| commons-test.mk | Adds refresh-proxy target for individual module proxy refresh |
| Makefile | Adds refresh-proxy-all target to refresh all modules |
| .github/scripts/refresh-proxy.sh | New script that reads module version and triggers Go proxy refresh via curl |
| .github/scripts/common.sh | Adds shared get_version_from_file() helper function for version extraction |
| .github/scripts/check-pre-release.sh | Updates to use shared version extraction function and common.sh variables |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Add refresh-proxy script and targets to automate triggering pkg.go.dev to fetch newly released module versions. Refactor common version extraction logic into shared function. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
4ca38af to
eb68223
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
* main: feat(wait): add human-readable String() methods to all wait strategies (docker#119) feat(image): display formatted pull progress on Windows terminals (docker#118) chore(release): add Go proxy refresh automation (docker#117) chore(release): bump module versions chore(release): prevent for pushing to personal forks (docker#115) chore(release): add pre-release checks to make the release process more consistent (docker#114) chore(volume): return pointer in FindByID (docker#105) fix(container): proper error message on empty container names (docker#113) fix(container): add to nil modifiers (docker#112) feat(container): add new functional options to add container config, hostConfig and endpointSettings (docker#111) feat(container): configure pull handler at container creation (docker#110)
Summary
Test plan
🤖 Generated with Claude Code