We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d7d63 commit 8c6d720Copy full SHA for 8c6d720
2 files changed
.agents/skills/busic-version-management/SKILL.md
@@ -35,11 +35,11 @@ major.minor.patch+build
35
- `patch`:向后兼容的修复或小优化
36
- `build`:构建序号,只在内部流转和发布资产中使用
37
38
-用户可见版本与 Git tag 不带 `+build`:
+用户可见版本与 Git tag 不带 `+build`,示例:
39
40
-- `pubspec.yaml`:`0.3.8+14`
41
-- 用户可见:`0.3.8`
42
-- Git tag:`v0.3.8`
+- `pubspec.yaml`:`1.2.3+45`
+- 用户可见:`1.2.3`
+- Git tag:`v1.2.3`
43
44
## 发布时必须同步的文件
45
docs/00-start-here/agent-quickstart.md
@@ -5,7 +5,7 @@
5
## 30 秒项目画像
6
7
- 仓库:Bilibili 音乐播放器,重点能力是播放、歌单、下载、分享/备份、字幕歌词、评论、应用更新。
8
-- 当前版本:`pubspec.yaml` 中 `version: 0.3.8+14`
+- 当前版本:`pubspec.yaml` 中 `version: 0.4.1+16`
9
- 更新系统真源:`versions-manifest.json`
10
- 架构:`core / features / shared / l10n`
11
- 路由:`StatefulShellRoute.indexedStack`
0 commit comments