Skip to content

Commit 1e34ebf

Browse files
committed
Merge pull request #51 from Forward-Future/codex/release-v0.2.21-20260622
2 parents a3fee5a + 7389b02 commit 1e34ebf

10 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ integration PRs, follows `main` through production, and pauses after failures.
1111

1212
## Install
1313

14-
Install the reviewed `v0.2.20` source commit directly from GitHub:
14+
Install the reviewed `v0.2.21` source commit directly from GitHub:
1515

1616
```bash
1717
python3 -m pip install \
18-
'deploybot-merge-queue[mcp] @ git+https://github.com/Forward-Future/DeployBot.git@3bf238140fba3d4d5fbd2d739b9f5422e99567dd'
18+
'deploybot-merge-queue[mcp] @ git+https://github.com/Forward-Future/DeployBot.git@ecc5f60e90d6201daddf3764be60cb7122360722'
1919
deploybot init
2020
```
2121

@@ -95,7 +95,7 @@ worker can dispatch deployment when GitHub suppresses the `workflow_run` event
9595
for token-dispatched CI. Pin the Action to the full reviewed release commit:
9696

9797
```yaml
98-
- uses: Forward-Future/DeployBot@3bf238140fba3d4d5fbd2d739b9f5422e99567dd
98+
- uses: Forward-Future/DeployBot@ecc5f60e90d6201daddf3764be60cb7122360722
9999
```
100100
101101
The Action uses GitHub's built-in workflow token. GitHub intentionally does not

adapters/claude-code/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deploybot",
3-
"version": "0.2.20",
3+
"version": "0.2.21",
44
"description": "DeployBot: a provider-neutral GitHub merge queue for coding agents",
55
"author": {
66
"name": "DeployBot contributors"

adapters/claude-code/.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"command": "uvx",
55
"args": [
66
"--from",
7-
"deploybot-merge-queue[mcp] @ git+https://github.com/Forward-Future/DeployBot.git@3bf238140fba3d4d5fbd2d739b9f5422e99567dd",
7+
"deploybot-merge-queue[mcp] @ git+https://github.com/Forward-Future/DeployBot.git@ecc5f60e90d6201daddf3764be60cb7122360722",
88
"deploybot-mcp"
99
]
1010
}

adapters/codex/agent-merge-queue/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deploybot",
3-
"version": "0.2.20",
3+
"version": "0.2.21",
44
"description": "Coordinate exact-head pull requests through verified deployment and thread notification",
55
"author": {
66
"name": "DeployBot contributors"

adapters/cursor/.cursor/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"command": "uvx",
55
"args": [
66
"--from",
7-
"deploybot-merge-queue[mcp] @ git+https://github.com/Forward-Future/DeployBot.git@3bf238140fba3d4d5fbd2d739b9f5422e99567dd",
7+
"deploybot-merge-queue[mcp] @ git+https://github.com/Forward-Future/DeployBot.git@ecc5f60e90d6201daddf3764be60cb7122360722",
88
"deploybot-mcp"
99
]
1010
}

docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DeployBot reference
22

33
This reference describes the CLI, MCP server, policy file, and GitHub Action in
4-
DeployBot v0.2.20. GitHub labels and authenticated comments are the durable state;
4+
DeployBot v0.2.21. GitHub labels and authenticated comments are the durable state;
55
the CLI and MCP tools are two interfaces to the same operations.
66

77
## CLI

examples/github-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ jobs:
7777
with:
7878
ref: ${{ github.event.repository.default_branch }}
7979
persist-credentials: false
80-
# v0.2.20 implementation; keep the full commit for privileged workflows.
81-
- uses: Forward-Future/DeployBot@3bf238140fba3d4d5fbd2d739b9f5422e99567dd
80+
# v0.2.21 implementation; keep the full commit for privileged workflows.
81+
- uses: Forward-Future/DeployBot@ecc5f60e90d6201daddf3764be60cb7122360722

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "deploybot-merge-queue"
7-
version = "0.2.20"
7+
version = "0.2.21"
88
description = "DeployBot: a provider-neutral GitHub merge queue for coding agents"
99
readme = "README.md"
1010
license = "MIT"

src/agent_merge_queue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""DeployBot: a provider-neutral GitHub merge queue for coding agents."""
22

3-
__version__ = "0.2.20"
3+
__version__ = "0.2.21"

tests/test_skill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
ROOT = Path(__file__).resolve().parents[1]
1010
CANONICAL = ROOT / "skills" / "deploybot" / "SKILL.md"
11-
RELEASE_COMMIT = "3bf238140fba3d4d5fbd2d739b9f5422e99567dd"
11+
RELEASE_COMMIT = "ecc5f60e90d6201daddf3764be60cb7122360722"
1212
CHECKOUT_COMMIT = "9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0"
1313

1414

0 commit comments

Comments
 (0)