From 2b19a259185ea6b41e6a88082c55270795ea6c46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 02:50:52 +0000 Subject: [PATCH] Version Packages --- .changeset/remove-deploy-command.md | 14 -------------- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 .changeset/remove-deploy-command.md diff --git a/.changeset/remove-deploy-command.md b/.changeset/remove-deploy-command.md deleted file mode 100644 index 9551908..0000000 --- a/.changeset/remove-deploy-command.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@ensemble-edge/edgit": minor ---- - -Remove deprecated deploy command in favor of tag set + push workflow - -Breaking change: The `edgit deploy` command has been removed entirely. - -New workflow: -- `edgit tag set ` - Set environment tag -- `edgit push --tags --force` - Push tags to remote - -Philosophy: Edgit creates and manages git tags. That's it. -GitHub Actions handles deployment after git push. diff --git a/CHANGELOG.md b/CHANGELOG.md index 333edb0..e70f8d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # @ensemble-edge/edgit +## 0.5.0 + +### Minor Changes + +- 71dd827: Remove deprecated deploy command in favor of tag set + push workflow + + Breaking change: The `edgit deploy` command has been removed entirely. + + New workflow: + - `edgit tag set ` - Set environment tag + - `edgit push --tags --force` - Push tags to remote + + Philosophy: Edgit creates and manages git tags. That's it. + GitHub Actions handles deployment after git push. + ## 0.4.4 ### Patch Changes diff --git a/package.json b/package.json index a2cbfb7..e03cc19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ensemble-edge/edgit", - "version": "0.4.4", + "version": "0.5.0", "type": "module", "description": "Git tag-based versioning for AI components and agents. Independent versioning for prompts, configs, queries, scripts, and agent definitions.", "main": "dist/lib/index.js",