improved changelog generation script to fix the email address to possibly prevent spambots to identify an email address.

Former-commit-id: 7e9069e08d
This commit is contained in:
Norayr Chilingarian 2014-09-18 19:14:06 +04:00
parent 3e520bb402
commit 545b839c5c
2 changed files with 224 additions and 205 deletions

File diff suppressed because it is too large Load diff

View file

@ -1 +1,2 @@
git log --decorate > CHANGES.md
sed -i 's/@/[at]/g' CHANGES.md