[phpmyadmin/phpmyadmin] e0909b: create-release.sh: publish version in daily snapshot JSON
Branch: refs/heads/QA_5_2 Home: https://github.com/phpmyadmin/phpmyadmin Commit: e0909b211ba785dfa54f038fc25771f067ce2255 https://github.com/phpmyadmin/phpmyadmin/commit/e0909b211ba785dfa54f038fc257... Author: William Desportes <williamdes@wdes.fr> Date: 2026-08-09 (Sun, 08 August 2026) +02:00 Changed paths: M scripts/create-release.sh Log Message: ----------- create-release.sh: publish version in daily snapshot JSON The snapshot metadata JSON only carried date+commit, so consumers had no way to know the target release number (e.g. 5.2.4) -- it lived only inside the tarball. Emit the full snapshot version (VERSION+date.shorthash, e.g. 5.2.4+20260809.c90e048) so tooling such as Debian uscan can derive a correct, self-updating package version without hardcoding or unpacking the tarball. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
participants (1)
-
William Desportes