Tags: ch3nnn/webstack-go
Tags
chore(ci): 更新 Goreleaser 配置和 Dockerfile 构建逻辑 (#109) * chore(ci): 调整 Changelog 生成规则 - 过滤了以 'docs:', 'chore:', 'test:' 开头的提交 - 添加了 'New Features', 'Bug Fixes', 'Performance Improvements', 'Code Refactoring', 'Other Changes' 分组 * chore(ci): 移除GO代理服务器 - 注释GO代理服务器以兼容github actions 构建镜像
PR: 添加了 GoReleaser 和 Docker 多架构构建支持 (#104) * chore(ci): 添加 GoReleaser 和 Docker 多架构构建支持 - 新增 .goreleaser.yml 配置文件,支持多平台二进制构建 - 新增 GitHub Actions workflow 用于自动发布版本 - 新增 Docker 多架构镜像构建和发布流程 - 更新 release.yaml 工作流配置 主要变更: 1. 配置 GoReleaser 支持 linux/darwin/windows 的 amd64/arm64 架构 2. 优化 Docker 构建流程,支持 amd64/arm64 架构 3. 完善 CI/CD 自动化发布流程 * chore(ci): 将配置文件添加到GoReleaser发布包 - 修改 .goreleaser.yml,在发布包中包含配置文件,保持原有目录结构放入 config 文件夹
feat(graph): update generated code and dependencies - Update generated GraphQL code to support context passing in Dispatch calls. - Upgrade various dependencies, including gqlgen, go, and others, to leverage new features and bug fixes. - Refactor Dockerfile to use golang:1.20-alpine base image.