Changelog & Releases
semantic-releaseSemantic-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
@app-factory/analytics- Analytics utilities@app-factory/config- Configuration management@app-factory/payments- Payment processing@app-factory/ui- Shared UI components@app-factory/infra-aws- AWS infrastructure@app-factory/infra-gcp- GCP infrastructure@app-factory/ci- CI utilities@app-factory/cli- Forge CLI@app-factory/fastlane- Fastlane automation@app-factory/store- Store automation
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
@app-factory/ai- AI adapters and utilities@app-factory/analytics- Analytics utilities@app-factory/config- Configuration management@app-factory/payments- Payment processing@app-factory/ui- Shared UI components@app-factory/infra-aws- AWS infrastructure@app-factory/infra-gcp- GCP infrastructure@app-factory/ci- CI utilities@app-factory/cli- Forge CLI@app-factory/fastlane- Fastlane automation@app-factory/store- Store automation
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
!orBREAKING 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