Skip to content

Commit

Permalink
Merge pull request #10519 from getsentry/prepare-release/7.100.0
Browse files Browse the repository at this point in the history
meta(changelog): Update changelog for 7.💯.0
  • Loading branch information
mydea committed Feb 6, 2024
2 parents ba275bf + 73bd57d commit ec231cb
Show file tree
Hide file tree
Showing 397 changed files with 18,101 additions and 5,312 deletions.
3 changes: 3 additions & 0 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ targets:
- name: npm
id: '@sentry/node'
includeNames: /^sentry-node-\d.*\.tgz$/
- name: npm
id: '@sentry/profiling-node'
includeNames: /^sentry-profiling-node-\d.*\.tgz$/

## 3 Browser-based Packages
- name: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/restore-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ runs:
steps:
- name: Check dependency cache
id: dep-cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: ${{ env.CACHED_DEPENDENCY_PATHS }}
key: ${{ env.DEPENDENCY_CACHE_KEY }}

- name: Check build cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
id: build-cache
with:
path: ${{ env.CACHED_BUILD_PATHS }}
Expand Down
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ updates:
allow:
- dependency-name: "@sentry/cli"
- dependency-name: "@sentry/vite-plugin"
versioning-strategy: increase
commit-message:
prefix: feat
prefix-development: feat
Expand Down

0 comments on commit ec231cb

Please sign in to comment.