We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@sentry/babel-plugin-component-annotate
1 parent 3d63eb0 commit 6a667d6Copy full SHA for 6a667d6
.github/workflows/update-deps.yml
@@ -56,6 +56,15 @@ jobs:
56
secrets:
57
api-token: ${{ secrets.CI_DEPLOY_KEY }}
58
59
+ bundler-plugins:
60
+ uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
61
+ with:
62
+ path: scripts/update-bundler-plugins.sh
63
+ name: Bundler Plugins
64
+ pr-strategy: update
65
+ secrets:
66
+ api-token: ${{ secrets.CI_DEPLOY_KEY }}
67
+
68
sample-rn:
69
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
70
with:
scripts/update-bundler-plugins.sh
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+set -euo pipefail
3
4
+tagPrefix=''
5
+repo="https://github.com/getsentry/sentry-javascript-bundler-plugins.git"
6
+packages=('@sentry/babel-plugin-component-annotate')
7
8
+. $(dirname "$0")/update-package-json.sh
0 commit comments