fivecar / react-native-draglist

FlatList that can be reordered by dragging its items
MIT License
119 stars 19 forks source link

Need changelog.md #9

Closed SergiOnGit closed 1 year ago

SergiOnGit commented 1 year ago

Hello,

This really isn't an issue, but had to reach and ask you. Would be great if you add chanegelog.md or something to let us know what you changed and if anything needs to be changed from our side.

fivecar commented 1 year ago

Great suggestion, @SergiOnGit . When I have a chance, I'd like to adopt semantic versioning with something that auto-captures changes since the last release. Will try to get to this prior to the next fix (which I'm actively working on).

Thank you!

fivecar commented 1 year ago

Ok - finally also got this to work with automated GitHub releases as well: https://github.com/fivecar/react-native-draglist/releases/tag/3.2.0

CHANGELOG.md also generated all the way back to initial release. Thanks for your suggestion, @SergiOnGit