chore(ci): 更新 Goreleaser 配置和 Dockerfile 构建逻辑 - #109
Merged
Conversation
- 过滤了以 'docs:', 'chore:', 'test:' 开头的提交 - 添加了 'New Features', 'Bug Fixes', 'Performance Improvements', 'Code Refactoring', 'Other Changes' 分组
- 注释GO代理服务器以兼容github actions 构建镜像
Owner
|
LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更说明
本次 PR 主要对
.goreleaser.yml和Dockerfile进行了以下调整:Goreleaser 配置更新:
changelog配置,支持生成更清晰的 changelog:git作为数据源,格式化输出提交信息。docs:、chore:和test:开头的提交。feat:、fix:、perf:、refactor:等类型对提交进行分类。archives配置:tar.gz格式添加id: default。format_overrides,针对 Windows 平台使用zip格式。Dockerfile 优化:
GOPROXY的环境变量设置,直接使用默认的代理配置。修复Github Actions 无法正确构建Docker镜像的问题。影响范围
测试检查项