🚀 修复CI snapshot发布:自动生成唯一版本号 - 使用时间戳和commit hash生成唯一的snapshot版本号 - 避免版本号冲突导致发布失败 - 改进PR评论模板,提供详细使用说明 - 重置package.json版本为基础版本0.0.2

This commit is contained in:
sean
2025-06-02 09:57:02 +08:00
parent 7ed85c127a
commit a1f704fa42
2 changed files with 37 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "dpml-prompt",
"version": "0.0.2-snapshot.6",
"version": "0.0.2",
"description": "DPML-powered AI prompt framework - Revolutionary AI-First CLI system based on Deepractice Prompt Markup Language. Build sophisticated AI agents with structured prompts, memory systems, and execution frameworks.",
"main": "src/lib/index.js",
"bin": {