From 937260fabf9c296b854ae52d733c94030aa04584 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 15 Jan 2026 09:14:27 +0000 Subject: [PATCH 1/2] ci: migrate to googleapis/release-please-action and fix config - Update from deprecated google-github-actions/release-please-action to googleapis/release-please-action@v4 - Sync manifest versions with actual package.json versions - Add include-component-in-tag for proper monorepo tagging Note: Repository settings must be updated manually to allow GitHub Actions to create pull requests. --- .github/workflows/release.yml | 2 +- .release-please-manifest.json | 6 +++--- release-please-config.json | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de46786..bd6981b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: releases_created: ${{ steps.release.outputs.releases_created }} tag_name: ${{ steps.release.outputs.tag_name }} steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 id: release with: config-file: release-please-config.json diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63d2a9c..23215f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.5.0", - "apps/web": "0.5.0", - "apps/api": "0.5.0" + ".": "0.0.0", + "apps/web": "0.1.0", + "apps/api": "1.0.0" } diff --git a/release-please-config.json b/release-please-config.json index d6bf9ae..816a872 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -36,5 +36,6 @@ {"type": "test", "section": "Tests", "hidden": true}, {"type": "ci", "section": "CI/CD", "hidden": true} ], - "separate-pull-requests": false + "separate-pull-requests": false, + "include-component-in-tag": true } From 4185b87023c3c7607905dabe2332f4197e4e0f19 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 15 Jan 2026 09:18:04 +0000 Subject: [PATCH 2/2] chore: remove PR template --- .github/PULL_REQUEST_TEMPLATE.md | 57 -------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 043f02a..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,57 +0,0 @@ -## Description - - - -## Type of Change - - - -- [ ] Bug fix - Non-breaking change fixing an issue -- [ ] New feature - Non-breaking change adding functionality -- [ ] Breaking change - Fix or feature causing existing functionality to change -- [ ] Documentation - Documentation updates only -- [ ] Chore - Refactoring, dependencies, CI/CD, etc. -- [ ] Performance - Performance improvement - -## Component(s) Affected - - - -- [ ] `apps/web` - Web Dashboard -- [ ] `apps/api` - API Backend -- [ ] `packages/config` - Shared Configuration -- [ ] `.github/` - CI/CD & Workflows -- [ ] Documentation - -## Testing - - - -- [ ] Unit tests added/updated -- [ ] Integration tests added/updated -- [ ] Manual testing performed -- [ ] N/A (documentation only) - -## Checklist - - - -- [ ] My code follows the project's coding standards -- [ ] I have performed a self-review of my changes -- [ ] I have added tests that prove my fix/feature works -- [ ] New and existing unit tests pass locally (`make test`) -- [ ] I have run `make pre-commit` and all checks pass -- [ ] I have updated documentation as needed -- [ ] I have updated CHANGELOG.md (if user-facing change) - -## Screenshots - - - -## Related Issues - - - -## Additional Notes - -