File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200200 shell : bash -l {0}
201201 run : |
202202 cd quard_star_tools
203- git describe --always --long --dirty -- abbrev=10 --exclude '*' | awk '{print "\""$0"\""}' > git_tag.inc
203+ git describe --always --long --abbrev=10 --exclude '*' | awk '{print "\""$0"\""}' > git_tag.inc
204204 sed -i 's/git_tag.inc/git_tag.ci.inc/g' quard_star_tools.pro
205205 sed -i 's/upx-ucl/cp $$DESTDIR\/$$TARGET $$DESTDIR\/quard_star_tools_temp; upx-ucl/g' quard_star_tools.pro
206206 lrelease quard_star_tools.pro
@@ -241,7 +241,7 @@ jobs:
241241 - name : Build all
242242 run : |
243243 cd quard_star_tools
244- git describe --always --long --dirty -- abbrev=10 --exclude '*' | ./tools/awk/awk.exe '{print \"\\\"\"$0\"\\\"\"}' > git_tag.inc
244+ git describe --always --long --abbrev=10 --exclude '*' | ./tools/awk/awk.exe '{print \"\\\"\"$0\"\\\"\"}' > git_tag.inc
245245 ./tools/sed/sed.exe -i "s/git_tag.inc/git_tag.ci.inc/g" quard_star_tools.pro
246246 lrelease quard_star_tools.pro
247247 qmake -makefile
@@ -277,7 +277,7 @@ jobs:
277277 shell : bash -l {0}
278278 run : |
279279 cd quard_star_tools
280- git describe --always --long --dirty -- abbrev=10 --exclude '*' | awk '{print "\""$0"\""}' > git_tag.inc
280+ git describe --always --long --abbrev=10 --exclude '*' | awk '{print "\""$0"\""}' > git_tag.inc
281281 sed -i'.original' -e 's/git_tag.inc/git_tag.ci.inc/g' quard_star_tools.pro
282282 lrelease quard_star_tools.pro
283283 qmake -makefile
Original file line number Diff line number Diff line change 22
33## [ Unrelease]
44
5+ ## [ 0.1.0] - 2021-11-05
6+
7+ - 优化大量脚本提高可读性和易用性
8+ - 完善GUI tools工具,基础功能完善
9+
510## [ 0.0.3] - 2021-07-12
611
712- rootfs更新为2G空间
You can’t perform that action at this time.
0 commit comments