mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-24 09:28:41 +00:00
include hotfix type
This commit is contained in:
parent
9ff01f9b20
commit
3153e89645
@ -25,6 +25,7 @@ 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 'Hot Fixes' 'hotfix' "$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"
|
||||||
|
Loading…
Reference in New Issue
Block a user