| 🛟 Updated. | 1 | # Edited before every release, then: |
| 2 | # ./01-release.tag.sh make check, commit, push, tag, push the tag | |
| 3 | # (pushing the tag starts .github/workflows/release.yml, which stages the | |
| 4 | # archive with ./02-build-releases.sh and publishes the release with it — | |
| 5 | # no personal token is needed, and nothing else has to be run) | |
| 6 | # | |
| 7 | # ./02-build-releases.sh v1.0.3 to see what the CI will stage, without | |
| 8 | # publishing anything | |
| 9 | TAG="v1.0.3" | |
| 10 | ABOUT="Turbo Core — files rewritten outside reload into their windows; the agent window wraps what you type and keeps a long paste aside as a token (#28); configrepo fetches a shared .turbo-<slug> from a forge URL (#25)" |