From 3a275206c53ce4191f029f466e767cd5f61f7824 Mon Sep 17 00:00:00 2001 From: Baruch Sadogursky Date: Wed, 8 Apr 2026 11:11:45 -0500 Subject: [PATCH 1/3] Add Extensions section with tessl-smart-publish List community actions that build on setup-tessl, starting with tessl-smart-publish for automatic patch version bumping on tile publish. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 65f4881..9383055 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 | +|--------|-------------| +| [tesslio/tessl-smart-publish](https://github.com/tesslio/tessl-smart-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. | + ## License MIT From 0e9f584306c7e68be40355295b4fa6543b4374b8 Mon Sep 17 00:00:00 2001 From: Baruch Sadogursky Date: Wed, 8 Apr 2026 11:12:48 -0500 Subject: [PATCH 2/3] Add 'How to use' column to Extensions table Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9383055..f59b280 100644 --- a/README.md +++ b/README.md @@ -138,9 +138,9 @@ jobs: Community actions that build on top of `setup-tessl`: -| Action | Description | -|--------|-------------| -| [tesslio/tessl-smart-publish](https://github.com/tesslio/tessl-smart-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. | +| Action | Description | How to use | +|--------|-------------|------------| +| [tesslio/tessl-smart-publish](https://github.com/tesslio/tessl-smart-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 From d9144a070e40dd9701715d0a161c220359d726e3 Mon Sep 17 00:00:00 2001 From: Baruch Sadogursky Date: Thu, 9 Apr 2026 08:38:52 -0500 Subject: [PATCH 3/3] Rename tessl-smart-publish to patch-version-publish in Extensions section Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f59b280..35f82ee 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Community actions that build on top of `setup-tessl`: | Action | Description | How to use | |--------|-------------|------------| -| [tesslio/tessl-smart-publish](https://github.com/tesslio/tessl-smart-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. | +| [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