Skip to content

Commit

Permalink
fix: πŸ› Fixed automated changelog generation (strip emojis)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLambrecht committed Sep 3, 2018
1 parent e71d268 commit 33c53e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. See [standa

### Features

* ✨ We now use emojis in our git commit messages again! ([3e87539](https://github.com/EricLambrecht/spotify-magician/commit/3e87539))
* We now use emojis in our git commit messages again! ([3e87539](https://github.com/EricLambrecht/spotify-magician/commit/3e87539))



Expand Down Expand Up @@ -110,7 +110,7 @@ I accidentally commited this feature as a "bug fix". I didn't want to change the

### Bug Fixes

* πŸ› Fixed spotify web api calls ([d4f76d9](https://github.com/EricLambrecht/better-spotify-playlists/commit/d4f76d9))
* Fixed spotify web api calls ([d4f76d9](https://github.com/EricLambrecht/better-spotify-playlists/commit/d4f76d9))



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"standard-version": {
"scripts": {
"postchangelog": "replace '✨ |πŸ› ' '' CHANGELOG.md"
"postchangelog": "replace 'πŸ› ' '' CHANGELOG.md&&replace '✨ ' '' CHANGELOG.md"
}
}
}
Expand Down

0 comments on commit 33c53e6

Please sign in to comment.