Last active
May 18, 2020 07:22
-
-
Save vovayatsyuk/a21dde8783d9784a0ad69fd879da5b67 to your computer and use it in GitHub Desktop.
Generate Magento2 Changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git diff 2.1.7..2.1.8 -- . \ | |
':!*/Test/*' \ | |
':!/dev/*' \ | |
':!/setup/*' \ | |
':!composer.lock' \ | |
':!*/composer.json' \ | |
':!lib/web/tiny_mce/*' \ | |
':!CHANGELOG.md' \ | |
':!CONTRIBUTING.md' | |
git diff 1.9.4.4..1.9.4.5 -- . \ | |
':!/dev/*' \ | |
':!/downloader/*' \ | |
':!js/tiny_mce/*' \ | |
':!/var/*' \ | |
':!composer.lock' \ | |
':!*/composer.json' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment