Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/bright-release-lifecycle.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ankhorage/deploy

## 0.9.0

### Minor Changes

- 5b892ae: Add the complete provider-neutral release lifecycle: canonical `deploy/release.json` authoring,
cross-target planning, Google Play and App Store rollout execution, read-back verification,
safe retry/resume, supported lifecycle controls, immutable release history, and intentional
public release APIs.

The project entrypoint now owns inspection, planning, execution, resume, and supported lifecycle controls while provider adapters remain internal.

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ankhorage/deploy",
"version": "0.8.0",
"version": "0.9.0",
"description": "Declarative deployment engine for Expo apps across web, iOS, and Android — build, provision, publish, and manage releases from one configuration.",
"license": "MIT",
"publishConfig": {
Expand Down
Loading