Skip to content

Commit c08a1db

Browse files
committed
更新readme和actions
1 parent cbe8b69 commit c08a1db

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "version=$VERSION" >> $GITHUB_OUTPUT
1919
else
2020
echo "No version bump commit, skipping."
21-
exit 78
21+
exit 0
2222
fi
2323
- name: Create Tag
2424
if: steps.get_version.outputs.version != ''

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,13 @@ import com.github.luiox.morpher.transfomer.Pass;
4949

5050
## 许可证 License
5151
本项目基于 MIT License 发布,详见 LICENSE 文件。
52+
53+
## 自动打tag
54+
55+
commit信息格式要求:
56+
57+
```
58+
version x.y
59+
```
60+
61+
然后就会自动打tag为 `vx.y` 版本。

0 commit comments

Comments
 (0)