# autopub **Repository Path**: fexeak/autopub ## Basic Information - **Project Name**: autopub - **Description**: cicd - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-11 - **Last Updated**: 2026-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Autopub 自动发布工具,帮助开发者自动化 CI/CD 发布流程。 ## 功能特性 - 自动化的版本发布 - 灵活的配置管理 - 支持多种发布策略 ## 快速开始 ```bash # 构建项目 go build ./... # 运行测试 go test ./... ``` ## 配置 配置文件位于 `config/` 目录,支持 YAML 格式配置。 ## 技术栈 - Go 1.25.0