Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 700 Bytes

RELEASE.md

File metadata and controls

14 lines (10 loc) · 700 Bytes

Update with new emoji

  1. Download new emoji.json from https://github.com/joypixels/emoji-toolkit/blob/master/emoji.json.
  2. Generate Emoji.generated.cs with dotnet run in the \src\Generator folder.
  3. Add unit tests for the new emoji version.

Release checklist

  1. Update VersionPrefix in Directory.build.props.
  2. Verify that all unit tests are ok.
  3. Commit and push the changes to main.
  4. Create a release and tag it with the version number. This triggers publish.yml which publishes a nuget package to https://www.nuget.org/.