# Read by the `release` skill (~/.claude/skills/release). # # Only what the Makefile cannot already say. IMAGE, HELM_CHART and HELM_REPO come from # `make release-vars`, so they have one definition and cannot drift from what is built. # # Defaults, set here only where this repo differs: # CHARTS_REPO=$HOME/git/charts CHARTS_DIR= # GITEA_LOGIN=Ryuvia APPVERSION_PREFIX= # Same as the image basename, so this is only stated to be read rather than derived. CHARTS_DIR=terdut-server # riksdata writes appVersion: "v0.3.1", rd-web writes a bare 0.5.0; this repo writes the # v, like riksdata. Nothing reads the field -- .gitea/workflows/release.yaml stamps both # version and appVersion from the tag when it publishes -- but people read it, and until # 2026-09-01 it said "latest" while the tree headed for a numbered release. APPVERSION_PREFIX=v