diff --git a/CLAUDE.md b/CLAUDE.md index 697ff90..941cbd4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1933,8 +1933,15 @@ composer install **Technical notes:** -- Path repository uses `@dev` version constraint for development branch compatibility -- Composer creates symlink from `vendor/magdev/wc-licensed-product-client` to `../../lib/wc-licensed-product-client` +- Path repository uses `*` version constraint with `symlink: false` option +- CI replaces symlink with actual files via `cp -r` before packaging - CI uses `actions/checkout@v4` with `submodules: recursive` for proper submodule initialization -- Release workflow uses `actions/gitea-release-action@v1` for Gitea-native release creation -- Requires `RELEASE_TOKEN` secret configured in Gitea repository settings +- Release creation uses direct Gitea API calls (`/api/v1/repos/.../releases`) +- Requires `SRC_GITEA_TOKEN` secret configured in Gitea repository settings +- Workflow completed successfully: 57 seconds, all checks passed + +**Release v0.7.2:** + +- Automatically created by Gitea Actions CI/CD pipeline +- Release package: 881 KiB with SHA256 checksum +- First automated release - all future releases will use this workflow