Browse Source

🚑 fix changelog to match prettier style

pull/4/head
Nicolas Beaussart 6 years ago
parent
commit
319dd4586a
No known key found for this signature in database GPG Key ID: 51D5A407BFCE64A9
  1. 23
      .github/release-template.hbs
  2. 1
      CHANGELOG.md

23
.github/release-template.hbs

@ -7,6 +7,7 @@
{{#with commits}} {{#with commits}}
{{#if sparkles}} {{#if sparkles}}
## ✨ New Features ## ✨ New Features
{{#each sparkles}} {{#each sparkles}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -14,6 +15,7 @@
{{#if bug}} {{#if bug}}
## 🐛 Bug Fixes ## 🐛 Bug Fixes
{{#each bug}} {{#each bug}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -28,6 +30,7 @@
{{#if ambulance}} {{#if ambulance}}
## 🚑 Critical Hotfixes ## 🚑 Critical Hotfixes
{{#each ambulance}} {{#each ambulance}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -35,6 +38,7 @@
{{#if lock}} {{#if lock}}
## 🔒 Security Issues ## 🔒 Security Issues
{{#each lock}} {{#each lock}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -42,6 +46,7 @@
{{#if boom}} {{#if boom}}
## 💥 Breaking Changes ## 💥 Breaking Changes
{{#each boom}} {{#each boom}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -49,6 +54,7 @@
{{#if zap}} {{#if zap}}
## ⚡ Improved performance ## ⚡ Improved performance
{{#each zap}} {{#each zap}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -56,6 +62,7 @@
{{#if apple}} {{#if apple}}
## 🍎 Fixed something on macOS ## 🍎 Fixed something on macOS
{{#each apple}} {{#each apple}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -63,6 +70,7 @@
{{#if penguin}} {{#if penguin}}
## 🐧 Fixed something on Linux ## 🐧 Fixed something on Linux
{{#each penguin}} {{#each penguin}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -70,6 +78,7 @@
{{#if checkered_flag}} {{#if checkered_flag}}
## 🏁 Fixed something on Windows ## 🏁 Fixed something on Windows
{{#each checkered_flag}} {{#each checkered_flag}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -77,6 +86,7 @@
{{#if robot}} {{#if robot}}
## 🤖 Fixed something on Android ## 🤖 Fixed something on Android
{{#each robot}} {{#each robot}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -84,6 +94,7 @@
{{#if green_apple}} {{#if green_apple}}
## 🍏 Fixed something on iOS ## 🍏 Fixed something on iOS
{{#each green_apple}} {{#each green_apple}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -91,6 +102,7 @@
{{#if chart_with_upwards_trend}} {{#if chart_with_upwards_trend}}
## 📈 Added analytics or tracking ## 📈 Added analytics or tracking
{{#each chart_with_upwards_trend}} {{#each chart_with_upwards_trend}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -98,6 +110,7 @@
{{#if globe_with_meridians}} {{#if globe_with_meridians}}
## 🌐 Internationalization and localization work ## 🌐 Internationalization and localization work
{{#each globe_with_meridians}} {{#each globe_with_meridians}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -105,6 +118,7 @@
{{#if alien}} {{#if alien}}
## 👽 Update code due to external API changes ## 👽 Update code due to external API changes
{{#each alien}} {{#each alien}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -112,6 +126,7 @@
{{#if wheelchair}} {{#if wheelchair}}
## ♿ Improved accessibility. ## ♿ Improved accessibility.
{{#each wheelchair}} {{#each wheelchair}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -119,6 +134,7 @@
{{#if loud_sound}} {{#if loud_sound}}
## 🔊 Added logs ## 🔊 Added logs
{{#each loud_sound}} {{#each loud_sound}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -126,6 +142,7 @@
{{#if mute}} {{#if mute}}
## 🔇 Removed logs ## 🔇 Removed logs
{{#each mute}} {{#each mute}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -133,6 +150,7 @@
{{#if mag}} {{#if mag}}
## 🔍 Improved SEO ## 🔍 Improved SEO
{{#each mag}} {{#each mag}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -140,6 +158,7 @@
{{#if children_crossing}} {{#if children_crossing}}
## 🚸 Improved user experience / usability ## 🚸 Improved user experience / usability
{{#each children_crossing}} {{#each children_crossing}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -147,6 +166,7 @@
{{#if speech_balloon}} {{#if speech_balloon}}
## 💬 Updated text and literals ## 💬 Updated text and literals
{{#each speech_balloon}} {{#each speech_balloon}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -154,6 +174,7 @@
{{#if iphone}} {{#if iphone}}
## 📱 Worked on responsive design ## 📱 Worked on responsive design
{{#each iphone}} {{#each iphone}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -161,6 +182,7 @@
{{#if pencil2}} {{#if pencil2}}
## ✏️ Fixed typos ## ✏️ Fixed typos
{{#each pencil2}} {{#each pencil2}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}
@ -168,6 +190,7 @@
{{#if bento}} {{#if bento}}
## 🍱 Added or updated assets ## 🍱 Added or updated assets
{{#each bento}} {{#each bento}}
- {{> commitTemplate}} - {{> commitTemplate}}
{{/each}} {{/each}}

1
CHANGELOG.md

@ -1,6 +1,7 @@
# [v2.0.6](https://github.com/beaussan/nbx/compare/v2.0.5...v2.0.6) (2020-02-06) # [v2.0.6](https://github.com/beaussan/nbx/compare/v2.0.5...v2.0.6) (2020-02-06)
## 🚑 Critical Hotfixes ## 🚑 Critical Hotfixes
- [`c1c77cc`](https://github.com/beaussan/nbx/commit/c1c77cc) fix prettier and changelog prettier - [`c1c77cc`](https://github.com/beaussan/nbx/commit/c1c77cc) fix prettier and changelog prettier
# [v2.0.5](https://github.com/beaussan/nbx/compare/v2.0.4...v2.0.5) (2020-02-06) # [v2.0.5](https://github.com/beaussan/nbx/compare/v2.0.4...v2.0.5) (2020-02-06)

Loading…
Cancel
Save