Commit |
Type |
Description |
3cc5232 |
feat |
add support for custom environment variables in integration tests (#270) |
053cd9a |
feat |
introduce rule for running integration tests with Bazel |
4c652ca |
feat |
provide remote-execution platform with network access. |
Commit |
Type |
Description |
8cec60f |
feat |
remove prerelease changelog entries when cutting a stable release (#260) |
387b9d2 |
feat |
support removing all prerelease changelog entries (#260) |
f31797a |
fix |
release: run yarn integrity and verify-trees checks before performing a release (#264) |
Joey Perrott and Paul Gschwendtner
Commit |
Type |
Description |
87ee867 |
fix |
add DEPRECATION to invalid commit message (#250) |
cce6d07 |
fix |
allow deprecations in PRs during feature freeze (#256) |
Alan Agius and Joey Perrott
claSignedLabel
is not longer used as an attribute on the PullRequestConfig
Commit |
Type |
Description |
2556d72 |
fix |
pr: check CLA status rather than label for CLA passing status on pr merges (#242) |
2c6f847 |
fix |
pr: correctly retrieve both github checks and statuses and normalize them together (#242) |
e638278 |
fix |
release: prepare-commit-message hook accidentally running when bump commit is created (#247) |
eca29df |
fix |
only include LTS label as a target label if the release configuration is defined (#245) |
Joey Perrott and Paul Gschwendtner
MergeConfig
has been renamed to PullRequestConfig
and is now accessed via pullRequest
on the provided
ng-dev config.
Commit |
Type |
Description |
0a83a42 |
feat |
protos: automatically generate typescript implementation of bazel test_status proto (#239) |
Commit |
Type |
Description |
cf92a66 |
feat |
ci: create a common tool for gathering test results from bazel (#239) |
c3f5729 |
fix |
pr: rename MergeConfig to PullRequestConfig, discover the attribute at pullRequest instead of merge (#237) |
Joey Perrott
Commit |
Type |
Description |
6aecdfb |
feat |
support for terser v5 and 2020 in rollup_bundle rule (#215) |
57a4705 |
feat |
switch away from deprecated rollup plugins |
703aefc |
fix |
no browsers matching for windows x86_64 cpu (#220) |
Commit |
Type |
Description |
33c7394 |
feat |
pr: include comment for PR merges on all autosquashed merges |
284cb3d |
feat |
release: add marker between generated changelog entries (#212) |
7bdd465 |
feat |
add safety checks for shallow repositories (#218) |
5e1f351 |
fix |
pr: Move the cleanup of the merge attempt to the finally block (#216) |
9416a56 |
fix |
pr: Use --deepen in place of --depth during fetches in rebasing |
ad534e2 |
fix |
release: Use new changelog writer each time an entry is prepending to the changelog file (#224) |
faae17f |
fix |
merge tool accidentally performing unauthenticated Github requests (#228) |
Joey Perrott, Paul Gschwendtner and renovate[bot]
Commit |
Type |
Description |
0ffac18 |
feat |
support browsers for m1 platform |
Commit |
Type |
Description |
8747538 |
feat |
release: support prepending new release note entries to the changelog (#204) |
f631e36 |
feat |
support performing configuration assertions in the getConfig function (#204) |
c5da4aa |
fix |
release: fetch release notes compare tag and store it locally (#207) |
12c4de0 |
fix |
set _ as the username in the URL when creating authenticated git URLs (#199) |
Joey Perrott and Paul Gschwendtner
Commit |
Type |
Description |
2589dcd |
feat |
release: Allow retrieving the number of commits in the release notes (#180) |
c76f891 |
feat |
allow for setting the cached configuration object imperatively (#180) |
80b22b0 |
feat |
create a spinner utility (#183) |
39af989 |
feat |
sort commits in release notes based on description |
Angular Robot, Charles Lyding, Joey Perrott and Paul Gschwendtner