Skip to content

Instantly share code, notes, and snippets.

@NateScarlet
Created April 4, 2019 10:54
Show Gist options
  • Save NateScarlet/e9c160d0ec76466b73dc2304161ccdd6 to your computer and use it in GitHub Desktop.
Save NateScarlet/e9c160d0ec76466b73dc2304161ccdd6 to your computer and use it in GitHub Desktop.
conventional-changelog temp fix
#!/bin/bash
sed -e '2,${s/^# /## /}' -e 's/Change Log/Changelog/' -i CHANGELOG.md
npx prettier --write CHANGELOG.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment