mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 10:18:42 +00:00
30 lines
658 B
Markdown
30 lines
658 B
Markdown
# 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](../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`.
|
|
|