DEV Community

Discussion on: Automatic Versioning for React Native Apps

Collapse
 
sendypw profile image
Sendy Putra

Added too auto-changelog

npm install -g auto-changelog
Enter fullscreen mode Exit fullscreen mode

and add to package.json script

"version": "auto-changelog -p"
Enter fullscreen mode Exit fullscreen mode

thats will be automate create changelog after automate versioning