Skip to content

Commit d9d1b7a

Browse files
authored
chore: fix link ci for release and changelog (#2612)
* fix * remove analysis threshold in link ci
1 parent 177bf5a commit d9d1b7a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/link.yml

-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,3 @@ jobs:
5555
uses: ./.github/workflows/analyze.yml
5656
with:
5757
package: link
58-
panaThreshold: 90

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
### Enhancements
2727

28-
- Enable `options.debug` when in debug mode ([#2597](https://github.com/getsentry/sentry-dart/pull/2597))
2928
- Print a warning if the rate limit was reached ([#2595](https://github.com/getsentry/sentry-dart/pull/2595))
3029
- Add replay masking config to tags and report SDKs versions ([#2592](https://github.com/getsentry/sentry-dart/pull/2592))
3130

link/pubspec_overrides.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dependency_overrides:
2+
sentry:
3+
path: ../dart

0 commit comments

Comments
 (0)