tnrich / react-variable-height-infinite-scroller

variable row height scroller (no precomputation of row height necessary)
29 stars 4 forks source link

Automated Release #4

Closed dozoisch closed 9 years ago

dozoisch commented 9 years ago

Alright so for automated release, in other projects I've been using

The changelog obliges you to normalize the commit messages with tags in order to generate nice changelog, but that's not a bad thing I guess! This is how changelog will look like https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md

Tags are added, fixed, changed, removed.

release-script enables you to do

release --patch
release --minor
release --major

Which will automatically bump the version, commit, tag and publish to npm directly.

If that's ok with you I can include them. If not we can find another solution.

tnrich commented 9 years ago

Both changelog and automated release are fine with me. Thanks for all your suggestions!