mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c44baa4c5c
When building the environment stamp, support two modes: release and snapshot The release mode will always stamp using the current version of in the root package.json and in snapshot mode will use a version stamp expressing a version based on the tag and the number of commits from the tag. PR Close #40095