Commit Graph
5 Commits
Author SHA1 Message Date
zimonianhua 52b9439a14 build: 升级 Node.js 版本至 18 并启用 corepack
- 将 Docker 基础镜像从 node:16 升级至 node:18。
- 在 Dockerfile 中启用 corepack 并准备指定版本的 yarn。
- 更新所有 GitHub Actions 工作流中的 node-version 为 18。
2026-02-11 10:09:40 +08:00
zimonianhua 3044db38bb ci: 改进版本信息获取以支持无标签提交
修改所有 GitHub Actions 工作流,在检出代码时获取完整历史记录和标签,并将 `git describe` 命令统一添加 `--always` 参数,确保在无标签的提交上也能生成有效的版本信息。
2026-02-11 09:58:46 +08:00
JustSong 4a3e1850fb ci: enable generating release notes 2023-05-08 19:03:23 +08:00
JustSong ccf131037b ci: set release as draft by default 2023-01-05 17:30:38 +08:00
JustSong f1d5d9c8d1 init: reinitialize from gin-template 2022-11-11 15:35:02 +08:00