🔍⌘K

Start typing to search docs.

Changelog & Releases

semantic-release

Semantic-release output aggregated from CHANGELOG.md.

Latest Release

Pulled from CHANGELOG.md (semantic-release output). Updates land here as they are shipped.

Current version

Package Changelogs — [`@app-factory/ai`](./common/lib/ai/CHANGELOG.md) - AI adapters and utilities

semantic-release

Release History

Changelog

All notable changes to the App Factory project will be documented in this file. See Conventional Commits for commit guidelines.

This is the root changelog for the overall project. Individual packages maintain their own changelogs:

Package Changelogs

Release Process

This project uses semantic-release for automated versioning and releases. Each package is released independently based on conventional commit messages.

Commit Format

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Release Triggers

  • feat: New features (minor version bump)
  • fix: Bug fixes (patch version bump)
  • perf: Performance improvements (patch version bump)
  • refactor: Code refactoring (patch version bump)
  • build: Build system changes (patch version bump)
  • Breaking changes: Major version bump (add ! or BREAKING CHANGE:)

Project History

[Unreleased]

Added

  • Semantic release configuration for multi-package workspace
  • Automated versioning and changelog generation
  • GitHub Actions workflows for releases
  • Independent package versioning
  • Conventional commit enforcement

Documentation

  • Added comprehensive semantic release setup documentation
  • Package-specific changelogs
  • Release process documentation