mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
658 B
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:
Quick Reference
The release process typically involves:
- Preparing the release branch
- Generating changelog
- Updating version numbers
- Creating git tags
- Building and publishing artifacts
All detailed steps are documented in docs/release.md.