guyfedwards / emoji

Continuous emoji deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use tags for better `diffOnly`

guyfedwards opened this issue · comments

Currently we HEAD..HEAD~1 which is fine when there is one commit at a time, we should tag on every commit/merge to master and then diff HEAD..$(git describe --abbrev=0)

Don't need this now that emojme is handling it