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:**