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

Loading…
Cancel
Save