Skip to content

Commit 210c58a

Browse files
ci: add automated github release step to publish workflow
1 parent 27966c7 commit 210c58a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,20 @@ jobs:
3434
uses: pypa/gh-action-pypi-publish@release/v1
3535
with:
3636
print-hash: true
37+
38+
- name: Create GitHub Release
39+
uses: softprops/action-gh-release@v2
40+
with:
41+
generate_release_notes: true
42+
body: |
43+
## DevAgent v3.3.0 — High-Integrity Hardening 🛡️
44+
45+
This release transforms DevAgent into a robust, research-grade developer infrastructure.
46+
47+
### Key Upgrades:
48+
- **Hierarchical Retrieval**: New `get_file_map` tool and windowed `read_file` support for large-file navigation.
49+
- **Synthetic Verifier Layer**: Automated linting integrated into the fix/review loop for better diagnostic grounding.
50+
- **Empirical Validation**: Established a public benchmark layer documented in `docs/benchmarks.md`.
51+
- **Safety First**: Reinforced sandbox isolation and 100% local operation via Ollama.
52+
env:
53+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)