diff --git a/README.md b/README.md index 65f4881..35f82ee 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,14 @@ jobs: token: ${{ secrets.TESSL_TOKEN }} ``` +## Extensions + +Community actions that build on top of `setup-tessl`: + +| Action | Description | How to use | +|--------|-------------|------------| +| [tesslio/patch-version-publish](https://github.com/tesslio/patch-version-publish) | Publish tiles with automatic patch version bumping — queries the registry for the latest version, bumps patch, publishes, and commits the updated `tile.json` back. Respects manual version bumps. | Use instead of `setup-tessl` + `tessl tile publish`. It includes `setup-tessl` internally. | + ## License MIT