Robin Malfait 7e2dd5383a
Never publish v3 as latest on npm (#19043)
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`
2025-10-01 18:25:46 +02:00
..
2024-12-03 14:25:44 -05:00
2024-08-07 17:18:38 +02:00