Skip to content

Commit

Permalink
added sheet preview page to avoid the mistakes from #243 when rebuild…
Browse files Browse the repository at this point in the history
…ing some sheet sets
  • Loading branch information
iamcal committed Feb 26, 2024
1 parent 5390d36 commit 703cefb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
15 changes: 8 additions & 7 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@ directories under `build/`.
## Cutting a new release

1. Land new commits onto master
2. Update `CHANGES.md` with version history
3. Update `package.json` with new version number (now in only 1 place)
4. Update `README.md` with the correct Unicode/Emoji version
4. Update `README.md` and `CHANGES.md` with the correct source versions for all image sets
5. Add a git tag
6. Publish to npm: `php npm_prep.php` and `php npm_publish.php`
7. Update downstream libraries
2. Verify that all sheets match as expected (`build/preview_sheets.htm`)
3. Update `CHANGES.md` with version history
4. Update `package.json` with new version number (now in only 1 place)
5. Update `README.md` with the correct Unicode/Emoji version
6. Update `README.md` and `CHANGES.md` with the correct source versions for all image sets
7. Add a git tag
8. Publish to npm: `php npm_prep.php` and `php npm_publish.php`
9. Update downstream libraries


## Setting up a fresh VM to process the images
Expand Down
8 changes: 8 additions & 0 deletions build/preview_sheets.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<table>
<tr>
<td>Apple<br><img src="../sheet_apple_16.png" width="500"/></td>
<td>Google<br><img src="../sheet_google_16.png" width="500"/></td>
<td>Facebook<br><img src="../sheet_facebook_16.png" width="500"/></td>
<td>Twitter<br><img src="../sheet_twitter_16.png" width="500"/></td>
</tr>
</table>

0 comments on commit 703cefb

Please sign in to comment.