Skip to content

Commit

Permalink
ci: Add workflow for updating @sentry/babel-plugin-component-annotate
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Feb 7, 2025
1 parent e99226d commit e0585c6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ jobs:
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}

bundler-plugins:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
with:
path: scripts/update-bundler-plugins.sh
name: Bundler Plugins
pr-strategy: update
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}

sample-rn:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
with:
Expand Down
8 changes: 8 additions & 0 deletions scripts/update-bundler-plugins.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail

tagPrefix=''
repo="https://github.com/getsentry/sentry-javascript-bundler-plugins.git"
packages=('@sentry/babel-plugin-component-annotate')

. $(dirname "$0")/update-package-json.sh

0 comments on commit e0585c6

Please sign in to comment.