🚀 修复CI snapshot发布:自动生成唯一版本号 - 使用时间戳和commit hash生成唯一的snapshot版本号 - 避免版本号冲突导致发布失败 - 改进PR评论模板,提供详细使用说明 - 重置package.json版本为基础版本0.0.2
This commit is contained in:
@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user