conventional-changelog / standard-version

:trophy: Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org
ISC License
7.61k stars 790 forks source link

parsing error with complicated git replacement #31

Closed bcoe closed 7 years ago

bcoe commented 8 years ago
fix: upgraded dependencies, switched back to angular format (fixes #27), pinned shelljs to version that works with nyc (#30)

became garbled.

bcoe commented 8 years ago

see: https://github.com/conventional-changelog/conventional-commits-parser/issues/27

stevemao commented 8 years ago

Thanks should be fixed now

bcoe commented 8 years ago

@stevemao awesome, greenkeeper will hopefully push the new version at us.

stevemao commented 8 years ago

No, I didn't pin the version in conventional-changelog. So if you do npm update you will get the latest version.

stevemao commented 8 years ago

@bcoe I think this issue can be closed. I just manually tested on my local machine.