3 Commits

Author SHA1 Message Date
Joey Perrott 41becf3db8 feat(dev-infra): Set up new common release notes generation tooling (#41905)
Enables the new common release notes generation within the ng-dev release publishing
tooling.

PR Close #41905
2021-05-06 09:45:27 -04:00
Joey Perrott 4378bc3a1b refactor(dev-infra): use a singleton for GitClient (#41589)
Creates a singleton class for GitClient rather than relying on creating an instance to
require being passed around throughout its usages.

PR Close #41589
2021-04-12 21:05:30 -07:00
Joey Perrott 7946f6385b feat(dev-infra): create ReleaseNotes class for generating release notes during publishing (#41476)
Generate release notes to be used for entries in both CHANGELOG.md files as well as
Github releases.

PR Close #41476
2021-04-09 07:49:50 -07:00