vbenjs / vben3

Next-generation Vben framework
https://vben.mufei88.com/
MIT License
559 stars 152 forks source link

feat(ci): add release-tag #347

Closed wangjue666 closed 7 months ago

wangjue666 commented 7 months ago

使用此 ci 工具,推送带tag的commit时候,可以自动生成release版本.

commit信息如何携带tag参考 https://docs.github.com/zh/desktop/managing-commits/managing-tags-in-github-desktop

wangjue666 commented 7 months ago

image

就是生成这样的信息,但是这个ci会帮你生成

wangjue666 commented 7 months ago

https://github.com/youzan/vant/commit/677185020ee98ed476b7c8e34be8580464c5f3af

我参考的vant的, 之前vben2跟vant都是用的yyx990803/release-tag@master这个action,现在又流行起用这个了