ci: persist release version to main (#212)

This commit is contained in:
ARUNAVO RAY
2026-03-05 09:55:59 +05:30
committed by GitHub
parent be7daac5fb
commit ce365a706e
4 changed files with 44 additions and 1 deletions

View File

@@ -328,6 +328,7 @@ git push origin vX.Y.Z
5. **CI version sync (automatic)**:
- On `v*` tags, release CI updates `package.json` version in the build context from the tag (`vX.Y.Z` -> `X.Y.Z`), so Docker release images always report the correct app version.
- After the release build succeeds, CI commits the same `package.json` version back to `main` automatically.
## Contributing