Commit 7e2dd53
authored
Never publish v3 as
This PR ensures that if we release v3 in the future, that we don't use
`latest` as the npm tag, but `v3-lts` instead.
Unfortunately we can't just use `3` or `v3` because they are not valid
and you will get an error when trying to publish.
Angular uses `v{n}-lts` for the versions they still support:
https://www.npmjs.com/package/@angular/core?activeTab=versions
Adding a tag is important, because omitting the `--tag` is the same as
`--tag latest`latest on npm (#19043)1 parent 536e38f commit 7e2dd53
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments