Creating a Release
Click the publish button (the paper plane icon) in the app header to open the Publish Tokens dialog.
The change summary
At the top of the dialog you'll see a count of what's changed since the last release: added, updated, deleted, and renamed tokens. If this is your first publish, everything shows as added.
Picking a version
Token Designer uses semantic versioning. You pick the increment:
| Type | When to use it |
|---|---|
Patch (e.g., 0.0.1) | Small corrections, minor tweaks |
Minor (e.g., 0.1.0) | New tokens added, no breaking changes. The suggested default for most releases. |
Major (e.g., 1.0.0) | Tokens renamed, removed, or heavily restructured |
The dialog pre-selects a recommendation based on what changed. You can switch it if that doesn't match your intent.
Release notes
Optional, but worth filling in if developers are going to reference this release. It shows up on the Releases page next to the download. A couple of sentences about what changed is enough.
Confirming
Click Publish. The release is created and shows up immediately on the Releases page with the version number, date, and change summary.