fix: restore automatic tag versioning

This commit is contained in:
KoalaDev
2026-08-25 14:42:24 +02:00
parent eb925eca5e
commit 5fffeadded
13 changed files with 361 additions and 118 deletions
+3 -3
View File
@@ -96,9 +96,9 @@ KoalaSync uses a **single source of truth** for all protocol constants in `share
## Version Numbers
> [!CAUTION]
> **Never edit release versions independently.** Release maintainers run
> `npm run prepare:release -- MAJOR.MINOR.PATCH` on a branch and merge the
> resulting version changes through a CI-green pull request before tagging.
> **Never edit release versions independently.** An annotated exact SemVer tag
> triggers the release workflow, which updates every version source atomically,
> validates the result, and pushes its generated version commit to `main`.
---