Skip to content

v1.32.2 See breaking changes in 1.32.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 21:05
· 6 commits to refs/heads/master since this release
784c6b3

🐛 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

references