Commit e1c1427
committed
fix(ng-dev/release): allow empty commits when publishing snapshots
When publishing snapshots, it's possible that a package is built but
contains no functional changes (e.g. only version placeholder updates
which are ignored by the diff).
Previously, the git commit step would fail in these cases because the
working tree was clean. This change adds the --allow-empty flag to
ensure the commit succeeds regardless of changes.1 parent b9ac8bc commit e1c1427
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
| 168 | + | |
167 | 169 | | |
168 | 170 | | |
169 | 171 | | |
| |||
0 commit comments