react-native-community / releases

React Native releases
https://github.com/facebook/react-native/
1.5k stars 405 forks source link

Add changelog-generator based on prior work by @satya164 #61

Closed turnrye closed 5 years ago

turnrye commented 5 years ago

I added the changelog-generator from callstack/react-native-releases-script with some updates: it now follows keep a changelog's format and implements yargs to make it more user friendly. Give it a shot using changelog-generator.js.

turnrye commented 5 years ago

@kelset it's actually self documenting :) I'm going to incorporate instructions on how it fits into the workflow in the RELEASES.md file in facebook/react-native.