Post release changes (#326)

- Updated version to `0.6.0-dev`
- Updated docs
- Updated external app SDK version to `0.5.0`
This commit is contained in:
Ken Van Hoeylandt
2025-09-07 17:25:20 +02:00
committed by GitHub
parent fe7fdd8583
commit 068600f98c
6 changed files with 12 additions and 9 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
# Releasing Tactility
1. Test the latest version on several devices
2. Build the SDK locally and test it with `ExternalApps/HelloWorld`
3. Test the latest SDK build from GitHub with the CDN:
1. Test the latest SDK build from GitHub with the CDN as a SNAPSHOT version:
1. Download it from the [main branch](https://github.com/ByteWelder/Tactility/actions/workflows/build-sdk.yml)
2. Upload it to the [CDN](https://dash.cloudflare.com)
3. Update `sdk.json` from [TactilityTool](https://github.com/ByteWelder/TactilityTool) and upload it to [CDN](https://dash.cloudflare.com)
4. Test it with `ExternalApps/HelloWorld` (clear all its cache and update the SDK version)
4. Download the latest firmwares [main branch](https://github.com/ByteWelder/Tactility/actions/workflows/build-firmware.yml)
2. Build the SDK locally and test it with `ExternalApps/HelloWorld`
3. Download the latest firmwares [main branch](https://github.com/ByteWelder/Tactility/actions/workflows/build-firmware.yml)
4. Test the latest version of Tactility on several devices
5. Prepare a new version of [TactilityWebInstaller](https://github.com/ByteWelder/TactilityWebInstaller) locally:
1. Copy the GitHub firmwares into `scripts/` in the `TactilityWebInstaller` project
2. Run `python release-all.py`