From 635e43457d6dbd40f824759f7f584b605c1158da Mon Sep 17 00:00:00 2001 From: Iris Date: Tue, 9 Jun 2026 19:42:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20feat:=20version=20auto-increment?= =?UTF-8?q?=20in=20deploy=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add VERSION file (0.1.0) - Deploy workflow: auto-bump version (patch/minor/major) - Git tags set automatically on deploy - Version displayed in workflow run name --- VERSION | 1 + 1 file changed, 1 insertion(+) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..6e8bf73 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.1.0