File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ reset_git:
1818
1919# 将指定commitId之后的所有提交压缩成一个提交
2020# 使用方法: make squash_commits commitId=<commitId>
21- commitId ="1805a89ba2692a6085056314fe76efb7f1aa383d "
21+ commitId ="d8e90d734da128435f5282369ad1abe97f1e0308 "
2222squash_commits :
2323 git reset --soft $(commitId )
2424 git add -A -- :! /.idea/ :! /target/ :! /pages/node_modules/ :! /pages/.astro/ :! /pages/.cache/
25- git commit -m " v1.1 .0 开发"
25+ git commit -m " v1.2 .0 开发"
2626 git push -f origin master
2727 git push -f github master
2828
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Redisun is a lightweight Redis client based on [smart-socket](https://github.com
3535<dependency >
3636 <groupId >tech.smartboot</groupId >
3737 <artifactId >redisun</artifactId >
38- <version >1.0 .0</version >
38+ <version >1.1 .0</version >
3939</dependency >
4040```
4141
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Redisun 是一个基于 [smart-socket](https://gitee.com/smartboot/smart-socket)
3535<dependency >
3636 <groupId >tech.smartboot</groupId >
3737 <artifactId >redisun</artifactId >
38- <version >1.0 .0</version >
38+ <version >1.1 .0</version >
3939</dependency >
4040```
4141
You can’t perform that action at this time.
0 commit comments