From 8b428260d761e0d74c1ebbcc25d0a3d0aeaf4a31 Mon Sep 17 00:00:00 2001 From: Lang <7system7@gmail.com> Date: Mon, 27 Jul 2026 19:30:53 +0200 Subject: [PATCH] chg: pkg: new version release !skipChangelog --- .env.dist | 3 +++ .gitea/workflows/deploy.yml | 2 ++ CHANGELOG.md | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.env.dist b/.env.dist index 671bc8a..9b91ccf 100644 --- a/.env.dist +++ b/.env.dist @@ -6,6 +6,9 @@ APP_ENV=dev APP_SECRET=changethis APP_NAME=mineseeker +# Public application release identifier, e.g. 2026.3.0. In Gitea production +# deployments this is supplied by the APP_VERSION repository variable. +APP_VERSION=1.0.0 # APP_PUBLIC_HOSTNAME: The public hostname for your application (used for generating absolute URLs in emails) # For production, set this to your domain (e.g., mineseeker.com) APP_PUBLIC_HOSTNAME=localhost diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9d74469..f3c7501 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -34,6 +34,8 @@ jobs: docker compose build - name: Start services + env: + APP_VERSION: ${{ vars.APP_VERSION }} run: | cd "${{ vars.PROD_APP_DIR }}" docker compose up -d minio diff --git a/CHANGELOG.md b/CHANGELOG.md index bb99deb..a8aafe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## 2026.3.0 (2026-07-27) +## v2026.3.0-0 (2026-07-27) ### New