File tree Expand file tree Collapse file tree 2 files changed +9
-26
lines changed
Expand file tree Collapse file tree 2 files changed +9
-26
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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-
You can’t perform that action at this time.
0 commit comments