mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
fix commits script
This commit is contained in:
parent
5b7f6d78ec
commit
a6a1ff684e
@ -23,10 +23,10 @@ write "Comaparing $latestTag...dev"
|
|||||||
|
|
||||||
diff=`git --no-pager log $latestTag...dev --pretty="%s (%an) (%h)"`
|
diff=`git --no-pager log $latestTag...dev --pretty="%s (%an) (%h)"`
|
||||||
|
|
||||||
writeSection 'Features' 'feat' $diff
|
writeSection 'Features' 'feat' "$diff"
|
||||||
writeSection 'Fixes' 'fix' $diff
|
writeSection 'Fixes' 'fix' "$diff"
|
||||||
writeSection 'Refactors' 'refactor' $diff
|
writeSection 'Refactors' 'refactor' "$diff"
|
||||||
writeSection 'Performance Improvements' 'perf' $diff
|
writeSection 'Performance Improvements' 'perf' "$diff"
|
||||||
writeSection 'Examples' 'examples' $diff
|
writeSection 'Examples' 'examples' "$diff"
|
||||||
writeSection 'Chore' 'chore' $diff
|
writeSection 'Chore' 'chore' "$diff"
|
||||||
writeSection 'Tests' 'test' $diff
|
writeSection 'Tests' 'test' "$diff"
|
||||||
|
Loading…
Reference in New Issue
Block a user