You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Update release process with correct repo and docs URLs
- Fix install.sh repo name (agenticopsorg -> agenticdevops)
- Update all URLs from aof.sh to docs.aof.sh
- Add release process documentation to CLAUDE.md
- Update RELEASE_PROCESS.md with correct URLs
- Sync install scripts between scripts/ and docusaurus-site/static/
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: RELEASE_PROCESS.md
+24-32Lines changed: 24 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# AOF Release Process
2
2
3
-
This document outlines how to build, test, and publish AOF binaries to make them available via the installation script at https://aof.sh/install.sh
3
+
This document outlines how to build, test, and publish AOF binaries to make them available via the installation script at https://docs.aof.sh/install.sh
4
4
5
5
## Overview
6
6
@@ -13,7 +13,7 @@ The release process is fully automated via GitHub Actions. When you create a git
13
13
14
14
## Prerequisites
15
15
16
-
- Git with push access to https://github.com/agenticopsorg/aof
16
+
- Git with push access to https://github.com/agenticdevops/aof
0 commit comments