v1.32.2 See breaking changes in 1.32.1
github-actions
released this
09 Feb 21:05
·
6 commits
to refs/heads/master
since this release
🐛 Bug Fixes
Do not clobber custom README *template* file @Nuru (#380)
what
- Do not clobber custom README template file
why
- The default README template is now stored remotely, so we have to fetch it every time to ensure it is fresh (or else implement some more complicated test). However, if the
make
is not using the default README, we do not want to clobber the template it is using