mirror of
https://github.com/jawira/emoji-catalog.git
synced 2023-08-10 21:12:49 +03:00
661 B
661 B
Dev notes
Update emoji class
- Run
$ phing setup update qa
and see if you had new emojis (you can also use$ phing emoji:count
before and after update) - Be aware that emojis can change its name without reason (ex: DIRECT_HIT → BULLSEYE). This forces me to publish a major version 👎.
- Update Readme: badges, emoji count, ...
- Update CHANGELOG.md
Cleaning Emoji.php
Emoji.php is generated with descriptive comments for each constant. The comments are striped later to avoid impacting OP_CACHE in production environments.