Fix documentation and build scripts for src/ hierarchy

- Update all documentation files to reflect correct src/ structure
- Fix release.yml workflow to copy from src/ instead of src/templates/
- Fix build-release.sh script to use correct paths
- Remove references to non-existent src/templates/ directory

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-01 07:19:55 +00:00
parent 06df7bb604
commit 6b2d21ad48
8 changed files with 84 additions and 62 deletions

View File

@@ -127,7 +127,7 @@ git pull
git checkout -b release/03.08.04
# Update version in templateDetails.xml
# Edit: src/templates/templateDetails.xml
# Edit: src/templateDetails.xml
# Change: <version>03.08.03</version>
# To: <version>03.08.04</version>
@@ -145,7 +145,7 @@ git checkout -b release/03.08.04
- Change descriptions
# Commit changes
git add src/templates/templateDetails.xml CHANGELOG.md
git add src/templateDetails.xml CHANGELOG.md
git commit -m "chore: Prepare release 03.08.04"
git push origin release/03.08.04
```
@@ -223,11 +223,11 @@ git push origin 03.08.04
```bash
# Update version numbers
# Edit: src/templates/templateDetails.xml
# Edit: src/templateDetails.xml
# Edit: CHANGELOG.md
# Commit changes
git add src/templates/templateDetails.xml CHANGELOG.md
git add src/templateDetails.xml CHANGELOG.md
git commit -m "chore: Prepare release 03.08.04"
git push
```
@@ -337,7 +337,7 @@ The `updates.xml` file is hosted directly on GitHub:
**URL**: `https://raw.githubusercontent.com/mokoconsulting-tech/MokoCassiopeia/main/updates.xml`
This URL is configured in `src/templates/templateDetails.xml`:
This URL is configured in `src/templateDetails.xml`:
```xml
<updateservers>
@@ -467,7 +467,7 @@ For users who installed the problematic version:
**Problem**: ZIP creation fails
**Solution**: Check that `src/templates/` and `src/media/` directories exist and contain files.
**Solution**: Check that `src/` and `src/media/` directories exist and contain files.
**Problem**: Version update fails