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

This commit is contained in:
Norayr Chilingarian 2014-09-18 19:14:06 +04:00
parent ed4572f096
commit 7e9069e08d
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