Skip to content

Commit 8f90162

Browse files
committed
Update change.yaml
1 parent 88d5788 commit 8f90162

File tree

2 files changed

+9
-26
lines changed

2 files changed

+9
-26
lines changed

.github/workflows/change.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,17 @@ jobs:
3131
fi
3232
fi
3333
if [ -n "$currentTag" ]; then
34-
echo "## $currentTag" >> CHANGELOG.md
35-
echo "" >> CHANGELOG.md
34+
echo "## $currentTag" >> NEW_CHANGELOG.md
35+
echo "" >> NEW_CHANGELOG.md
3636
if [ -n "$tag" ]; then
37-
git log --pretty=format:"%B" "$tag..$currentTag" | awk 'NF {print "- " $0} !NF {print ""}' >> CHANGELOG.md
37+
git log --pretty=format:"%B" "$tag..$currentTag" | awk 'NF {print "- " $0} !NF {print ""}' >> NEW_CHANGELOG.md
3838
else
39-
git log --pretty=format:"%B" "$currentTag" | awk 'NF {print "- " $0} !NF {print ""}' >> CHANGELOG.md
39+
git log --pretty=format:"%B" "$currentTag" | awk 'NF {print "- " $0} !NF {print ""}' >> NEW_CHANGELOG.md
4040
fi
41-
echo "" >> CHANGELOG.md
41+
echo "" >> NEW_CHANGELOG.md
4242
fi
43+
echo CHANGELOG.md >> NEW_CHANGELOG.md
44+
cat NEW_CHANGELOG.md > CHANGELOG.md
4345
currentTag=$tag
4446
done
4547

CHANGELOG.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,8 @@
495495

496496
## v0.8.12
497497

498-
- Fix the problem that the download of remote resources failed after GeodataMode was turned on, which caused the application to flash back.
498+
- Fix the problem that the download of remote resources failed after GeodataMode was turned on, which caused the
499+
application to flash back.
499500

500501
- Fix edit profile error
501502

@@ -662,23 +663,3 @@
662663

663664
- Initial commit
664665

665-
## v0.8.68
666-
667-
- Fix windows tray issues
668-
669-
- Support setting bypassDomain
670-
671-
- Update flutter version
672-
673-
- Fix android service issues
674-
675-
- Fix macos dock exit button issues
676-
677-
- Add route address setting
678-
679-
- Optimize provider view
680-
681-
- Update changelog
682-
683-
- Update CHANGELOG.md
684-

0 commit comments

Comments
 (0)