Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 09:05
· 17 commits to main since this release

🚀 Features 新功能:

  • feat(scripts): 🚀 新增实现 publish 脚本 - by @Vanisper (4e3b1ac)
  • feat: 🚀 添加 Changesets 配置文件和相应脚本 - by @Vanisper (9ff6fb0)
  • feat(scripts): 🚀 新增 resetChangelog 工具函数的实现 - by @Vanisper (98c11a0)
  • feat(scripts): 🚀 实现自动化更新日志生成 - by @Vanisper (1f744d1)
  • feat(scripts): 🚀 添加合并 commit 时自动合并相应 tags 的功能 - by @Vanisper (55e589e)
  • feat(scripts): 🚀 添加 scripts 包及相关功能 - by @Vanisper (bf7b2d8)

🩹 Fixes 缺陷修复:

  • fix(scripts): 🩹 publish 使用 pnpm,并跳过 git 检查 - by @Vanisper (25bae47)
  • fix(workflow): 🩹 更新 GitHub Actions 触发条件,以支持新的标签格式 - by @Vanisper (9793afc)
  • fix(workflow): 🩹 更新 GitHub Actions 触发条件,以支持更精确的标签格式 - by @Vanisper (f814ac9)
  • fix(workflow): 🩹 修正 GitHub Actions 触发条件,以支持带有斜杠的标签格式 - by @Vanisper (9856edc)
  • fix(scripts): 🩹 修复合并提交时标签添加逻辑,确保正确使用最后合并提交的哈希 - by @Vanisper (ebb6321)
  • fix(scripts): 🩹 添加删除旧标签的功能,以保证合并提交 tags 时不留存旧的 tags - by @Vanisper (ca6b36a)