Skip to content

Latest commit

 

History

History
166 lines (154 loc) · 8.88 KB

CHANGELOG.md

File metadata and controls

166 lines (154 loc) · 8.88 KB

2023.4.30 (2023-04-30)

apps

Commit Type Description
bbf452b feat create the code of conduct frontend application (#1112)

2023.4.23 (2023-04-23)

apps

Commit Type Description
3f26e9e feat create the code of conduct managing functions (#1109)

github-actions

Commit Type Description
08f8d67 fix gracefully attempt to delete PR branches
1564c4e fix properly delete obsolete branches (#1104)

2023.4.16 (2023-04-16)

ng-dev

Commit Type Description
7dc7d13 fix update changelog generation templates (#1089)

2023.4.9 (2023-04-09)

bazel

Commit Type Description
d28e5f7 fix resolve generated temporary directory (#1086)

Special Thanks

Alan Agius

2023.4.2 (2023-04-02)

github-actions

Commit Type Description
314a37b feat centralize lock-closed action (#1079)
8b7f6b9 fix no longer use promisify (#1084)
4d96664 fix update lock-closed inputs (#1083)

Special Thanks

Joey Perrott

2023.3.19 (2023-03-19)

github-actions

Commit Type Description
8367e5d fix use two Github clients for post approval changes (#1066)

ng-dev

Commit Type Description
24361c5 feat release: properly mark releases as latest on GitHub

Special Thanks

Joey Perrott and Paul Gschwendtner

2023.3.12 (2023-03-12)

github-actions

Commit Type Description
203b517 feat use Googler organization to determine who is allowed to perform post approval changes (#1015)
18f41e8 fix determine post approval change check based on the actor rather than author (#1015)

ng-dev

Commit Type Description
a9312d3 feat support special action to cut lts minor release

Special Thanks

Joey Perrott and Paul Gschwendtner

2023.2.26 (2023-02-26)

Breaking Changes

lint-rules

  • tslint rules are now imported from @angular/build-tooling/lint-rules/tslint

github-actions

Commit Type Description
6636367 fix rbe initialization error in github actions

lint-rules

Commit Type Description
1cc3056 feat create style lint rules (#1029)
f877532 refactor move tslint-rules into a lint-rules directory (#1029)

ng-dev

Commit Type Description
1338115 fix pr: add timeout to wait before commenting on pr merge (#1038)
d3026e7 fix pr: use atomic push when pushing to upstream merges (#1038)

Special Thanks

Joey Perrott and Paul Gschwendtner

2023.2.19 (2023-02-19)

circleci-orb

Commit Type Description
82bf866 fix rotate GCP key (#1031)

Special Thanks

Joey Perrott and Paul Gschwendtner

2023.2.12 (2023-02-12)

ng-dev

Commit Type Description
0e1bb89 fix ignore all credential helpers when using the git client (#1005)
511c2b3 fix properly use the fork of the user when updating yarn (#1005)

Special Thanks

Joey Perrott

2023.2.5 (2023-02-05)

github-actions

Commit Type Description
e8ed81e fix branch manager incorrectly syncs all PRs

Special Thanks

Paul Gschwendtner

2023.1.29 (2023-01-29)

github-actions

Commit Type Description
30b176f fix do Github requests serially in branch manager

Special Thanks

Alan Agius

2023.1.15 (2023-01-15)

bazel

Commit Type Description
3115c3d feat never build metafile by default in esbuild actions

github-actions

Commit Type Description
ad1374e fix close superseded PRs when using create-pr-for-changes

ng-dev

Commit Type Description
9666ef2 feat allow for additional custom stamping
156cc26 feat delete the temporary exceptional minor NPM dist tag when turning stable
668a07a feat expose convertVersionBranchToSemVer function
9cf7591 feat introduce combined command for dealing with NPM dist tags
10e6f1b fix always emit project version info as stable stamping keys
2aee1b5 fix filter alternate angular robot name from changelogs
5c674f2 fix remove loopback authentication schema (#970)

Special Thanks

Alan Agius, Charles Lyding, Joey Perrott and Paul Gschwendtner