Files
cozystack/docs/agents/releasing.md
Andrei Kvapil 0b29ffefe0 [docs] Add AI agent documentation structure
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2025-11-26 19:54:24 +01:00

658 B

Release Process

This document provides instructions for AI agents on how to handle release-related tasks.

When to Use

Follow these instructions when the user asks to:

  • Create a new release
  • Prepare a release
  • Tag a release
  • Perform release-related tasks

Instructions

For detailed release process instructions, follow the steps documented in:

docs/release.md

Quick Reference

The release process typically involves:

  1. Preparing the release branch
  2. Generating changelog
  3. Updating version numbers
  4. Creating git tags
  5. Building and publishing artifacts

All detailed steps are documented in docs/release.md.