Skip to main content

Agenthood v3.35.1: Milestone Release Notes Cleanup

Date: August 20, 2026

Author: Agenthood Team

We've shipped v3.35.1, a focused patch release that simplifies how milestone automation interacts with release artifacts.

v3.35.1 — 2026-08-19

Bug Fixes

  • Milestones: The milestone workflow no longer writes to CHANGELOG.md or release notes. Those files are now left entirely to semantic-release, which already manages them during the release process. This removes a source of conflicting edits and keeps the changelog consistent with what semantic-release generates.

The change is small but removes a recurring source of drift between the milestone automation and the release pipeline. If you rely on the changelog being generated solely by semantic-release, this update ensures nothing else touches it.

What's Next

We're continuing to tighten the boundaries between our automation workflows and the release tooling. Expect further cleanup in the coming releases as we reduce overlap between internal processes and semantic-release's responsibilities.