diff --git a/ng-dev/release/snapshot-publish/snapshots.ts b/ng-dev/release/snapshot-publish/snapshots.ts index 6c4aef7d8..2cbb7ae13 100644 --- a/ng-dev/release/snapshot-publish/snapshots.ts +++ b/ng-dev/release/snapshot-publish/snapshots.ts @@ -161,9 +161,11 @@ export class SnapshotPublisher { ['diff-index', '--quiet', '-I', '0\\.0\\.0-[a-f0-9]+', 'HEAD', '--'], {cwd: tmpRepoDir}, ).status === 1; + this.git.run( [ 'commit', + '--allow-empty', '--author', this.commitAuthor, '-m',