Skip to content

Commit 83013f8

Browse files
committed
ci:update version v0.1.0
Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn>
1 parent 14c3c56 commit 83013f8

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/main_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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空间

0 commit comments

Comments
 (0)