Hopefully this one is helpful for creating your own checklist of every single deployment.
Preresiquites
- Sitecore development
- developing with Sitecore Unicorn
- applying Gitflow
- using TortoiseGit
Step by step guide
- download TortoiseGit and install it
- switch to current-release git branch and pull code to make sure you get the latest code of current-release branch on your machine
- right click on source folder then click Show log
- now you should see Log Messages dialog
- enter target-release to search box and press Enter; select Working tree changes and Merge branch target-release into develop; right click on the selection area to see a context menu; click on Compare revisions
- now you should see Changed Files dialog
- enter yml to search box then press Enter, you should see the changed Sitecore items such as content, media, layout, rendering, template, etc and Sitecore roles (Note: click on Action column to find out the new ones if any)
- repeat #7 for config, right click on a specific file and click on Compare revisions to find out the changes
- repeat #7 for any specific file types you want
Happy Deployment!
One thought on “How to know the changed files between the releases”