Commit e779b43
authored
fix(v7/publish): Ensure discontinued packages are published with
Sets the NPM publish tag of discontinued packages from `v7` back
to `latest`. As pointed out in
#14923, it's a bit
misleading for packages that have not received a v8 version but newer v7
versions that their `latest` tag doesn't point to the in fact latest
version.
Affected packages:
- `@sentry/angular-ivy` (replaced by `@sentry/angular` in v8)
- `@sentry/hub` (discontinued)
- `@sentry/tracing` (discontinued)
- `@sentry/serverless` (replaced by `@sentry/aws-serverless`,
`@sentry/google-cloud` and `@sentry/node` respectively)latest tag (#14926)1 parent bc7dfd6 commit e779b43
File tree
4 files changed
+4
-4
lines changed- packages
- angular-ivy
- hub
- serverless
- tracing
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments