From 2b2ddc1b1b3a8cb4dd51d0576f3d0e8a945c7015 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 4 Jan 2026 18:26:54 +0100 Subject: [PATCH] docs: simplify release steps - CI auto-triggers on v* tag push MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- AGENTS.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 5ec955e..8f55b97 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -59,10 +59,8 @@ This project uses version-tag-based CI/CD. Releases trigger automated Docker bui 3. Commit changes: `git commit -m "chore: release vX.X.X"` 4. Create git tag: `git tag vX.X.X` 5. Push with tags: `git push origin master --tags` -6. Create release in Gitea UI (git.schweitz.net → Releases → New Release) - * Select the tag - * Add release notes (can copy from CHANGELOG) - * **Publish** the release (this triggers CI/CD) + +CI/CD auto-triggers when a tag starting with `v` is pushed. **What happens on release:**