1 parent cbe8b69 commit c08a1dbCopy full SHA for c08a1db
2 files changed
.github/workflows/auto-release.yml
@@ -18,7 +18,7 @@ jobs:
18
echo "version=$VERSION" >> $GITHUB_OUTPUT
19
else
20
echo "No version bump commit, skipping."
21
- exit 78
+ exit 0
22
fi
23
- name: Create Tag
24
if: steps.get_version.outputs.version != ''
README.md
@@ -49,3 +49,13 @@ import com.github.luiox.morpher.transfomer.Pass;
49
50
## 许可证 License
51
本项目基于 MIT License 发布,详见 LICENSE 文件。
52
+
53
+## 自动打tag
54
55
+commit信息格式要求:
56
57
+```
58
+version x.y
59
60
61
+然后就会自动打tag为 `vx.y` 版本。
0 commit comments