Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 658 Bytes

File metadata and controls

29 lines (19 loc) · 658 Bytes

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.