I would like to automatically create a Changelog.md
every time I merge from master
to staging
or from staging
to production
. How to best go around doing this ?
Where I'm getting stuck is that the project I'm currently working on - built with react-native
- I haven't set neither git tags
nor semver
just yet. Do I need to have these things already set up before having a Changelog.md
? I think I might be over complicating things.