Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: askdba/mysql-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: askdba/mysql-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.0
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Nov 27, 2025

  1. Fix CI/CD release workflow issues

    Dockerfile:
    - Use alpine:3.19 instead of scratch for better compatibility
    - Add build cache mounts for faster builds
    - Add non-root user for security
    - Fix binary path
    
    GoReleaser:
    - Use version '~> v2' instead of 'latest'
    - Comment out Homebrew (tap doesn't exist yet)
    - Comment out Docker (handled separately)
    - Ignore windows/arm64 (not supported)
    - Remove 'go generate' hook (not needed)
    
    Release workflow:
    - Lock GoReleaser to v2
    - Enable Go build cache
    - Separate Docker job (more reliable than GoReleaser docker)
    - Use docker/metadata-action for proper tagging
    - Add build cache for faster Docker builds
    - Build for linux/amd64 and linux/arm64
    askdba committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    b0e0f6e View commit details
    Browse the repository at this point in the history
Loading