Meet the Workflows: Operations & Release
Ah! Right this way to our next chamber in Peli’s Agent Factory! The chamber where our AI agents enhance the magical moment of shipping software.
In our previous post, we explored metrics and analytics workflows - the agents that monitor other agents, turning raw activity data into actionable insights.
Operations & Release Workflows
Section titled “Operations & Release Workflows”The agents that help us actually ship software:
- Changeset - Manages version bumps and changelog entries for releases - 22 merged PRs out of 28 proposed (78% merge rate)
- Daily Workflow Updater - Keeps GitHub Actions and dependencies current
Shipping software is stressful enough without worrying about whether you formatted your release notes correctly.
Changeset Generator has contributed 22 merged PRs out of 28 proposed (78% merge rate), automating version bumps and changelog generation for every release. It analyzes commits since the last release, determines the appropriate version bump (major, minor, patch), and updates the changelog accordingly.
Daily Workflow Updater keeps GitHub Actions and dependencies current, ensuring workflows don’t fall behind on security patches or new features.
Using These Workflows
Section titled “Using These Workflows”You can add these workflows to your own repository and remix them. Get going with our Quick Start, then run one of the following:
Changeset:
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/changeset.mdThen edit and remix the workflow specifications to meet your needs, regenerate the lock file using gh aw compile, and push to your repository. See our Quick Start for further installation and setup instructions.
You can also create your own workflows.
Learn More
Section titled “Learn More”- GitHub Agentic Workflows - The technology behind the workflows
- Quick Start - How to write and compile workflows
Next Up: Security-related Workflows
Section titled “Next Up: Security-related Workflows”After all this focus on shipping, we need to talk about the guardrails: how do we ensure these powerful agents operate safely?
Continue reading: Security-related Workflows →
This is part 10 of a 19-part series exploring the workflows in Peli’s Agent Factory.