mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
Update documentation with release notes workflow and Docker publish automation details
- Add release notes section to AGENTS.md with workflow overview and writing guidelines - Document Docker publish automation in Git Workflow section - Add release_notes/ directory reference to key files list - Update README.md with release notes documentation link and changelog note - Add release notes entry to docs/README.md navigation - Document automated Docker Hub publishing in dev-setup.md - Update AGENTS
This commit is contained in:
parent
b391d98460
commit
1d6d549765
7 changed files with 778 additions and 2 deletions
|
|
@ -174,3 +174,4 @@ These environment variables automatically override the hardcoded defaults in `ge
|
|||
- Navigate to your project root in the terminal and run `docker build -f DockerfileLocal -t agent-zero-local --build-arg CACHE_DATE=$(date +%Y-%m-%d:%H:%M:%S) .`
|
||||
- The `CACHE_DATE` argument is optional, it is used to cache most of the build process and only rebuild the last steps when the files or dependencies change.
|
||||
- See `docker/run/build.txt` for more build command examples.
|
||||
- Automated Docker Hub publishing for release tags is handled by `.github/workflows/docker-publish.yml`. Latest `main` releases also read `docs/release_notes/vX.Y.md` to create the GitHub release body.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue