Skip to content

Commit b59edc8

Browse files
authored
Merge pull request #38 from Forward-Future/codex/deploybot-v0214-release-20260621
Release DeployBot v0.2.14
2 parents 24b7efb + a9d3749 commit b59edc8

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.13` source commit directly from GitHub:
14+
Install the reviewed `v0.2.14` 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@992048a90e1db410b9197fe056c591d91c1b2019'
18+
'deploybot-merge-queue[mcp] @ git+https://github.com/Forward-Future/DeployBot.git@a5f80423f5168873d0801694baaf9d8b35d96ebd'
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@992048a90e1db410b9197fe056c591d91c1b2019
98+
- uses: Forward-Future/DeployBot@a5f80423f5168873d0801694baaf9d8b35d96ebd
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.13",
3+
"version": "0.2.14",
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@992048a90e1db410b9197fe056c591d91c1b2019",
7+
"deploybot-merge-queue[mcp] @ git+https://github.com/Forward-Future/DeployBot.git@a5f80423f5168873d0801694baaf9d8b35d96ebd",
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.13",
3+
"version": "0.2.14",
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@992048a90e1db410b9197fe056c591d91c1b2019",
7+
"deploybot-merge-queue[mcp] @ git+https://github.com/Forward-Future/DeployBot.git@a5f80423f5168873d0801694baaf9d8b35d96ebd",
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.13. GitHub labels and authenticated comments are the durable state;
4+
DeployBot v0.2.14. 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
@@ -59,5 +59,5 @@ jobs:
5959
with:
6060
ref: ${{ github.event.repository.default_branch }}
6161
persist-credentials: false
62-
# v0.2.13 implementation; keep the full commit for privileged workflows.
63-
- uses: Forward-Future/DeployBot@992048a90e1db410b9197fe056c591d91c1b2019
62+
# v0.2.14 implementation; keep the full commit for privileged workflows.
63+
- uses: Forward-Future/DeployBot@a5f80423f5168873d0801694baaf9d8b35d96ebd

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.13"
7+
version = "0.2.14"
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.13"
3+
__version__ = "0.2.14"

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 = "992048a90e1db410b9197fe056c591d91c1b2019"
11+
RELEASE_COMMIT = "a5f80423f5168873d0801694baaf9d8b35d96ebd"
1212
CHECKOUT_COMMIT = "9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0"
1313

1414

0 commit comments

Comments
 (0)