Skip to content

Commit

Permalink
added note about required ImageMagick version.
Browse files Browse the repository at this point in the history
getting ready for next release version.
  • Loading branch information
iamcal committed Sep 12, 2016
1 parent 19517a4 commit 1c5928f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## ????-??-?? : v2.4.5?

* Vastly sped up image building https://github.com/iamcal/emoji-data/pull/60


## 2016-06-17 : v2.4.4

* Include categories for all codepoints
Expand Down
6 changes: 4 additions & 2 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ You can rebuild by following these steps:
php build_table.php > ../table.htm

# Rebuild positions and make the master spritesheets
# (This step requires ImageMagick or GraphicsMagick)
# This step requires ImageMagick or GraphicsMagick. Versions of ImageMagick
# before 6.7 will build the images in an incorrect order, so make sure to
# update!
php build_image.php
php build_sheets.php

Expand All @@ -37,7 +39,7 @@ directories under `build/`.
## Cutting a new release

1. Land new commits onto master
2. Update `README.md` with version history
2. Update `CHANGES.md` with version history
3. Update `package.json` with new version number (now in only 1 place)
4. Add a git tag
5. `npm publish`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emoji-datasource",
"version": "2.4.4",
"version": "2.4.5",
"description": "Emoji data and images",
"main": "emoji.json",
"repository": {
Expand Down

0 comments on commit 1c5928f

Please sign in to comment.