SteffeyDev / react-native-popover-view

A well-tested, adaptable, lightweight <Popover> component for react-native
MIT License
613 stars 92 forks source link

Add Changelog / Release log #158

Open gbhasha opened 1 year ago

gbhasha commented 1 year ago

It's difficult for us to see the changes between different versions of this package. Whenever you publish new version, kindly add Changelog, and also git tag the releases, so that we can see what has changed between the releases

You can automate the process of creating changelog files and tagging the release in git.

Refer below article for same. https://blog.logrocket.com/automatically-generate-and-release-a-changelog-with-node-js/