Remove a file which causes cloning on Windows platform to fail

There is a known issue with git-for-windows and currently clone and
pull fail with invalid path errors if the target repository has any
filename containing a character prohibited in Windows. We can find
below examples reporting that issue.
 https://github.com/git-for-windows/git/issues/2777
 https://github.com/git-for-windows/git/issues/2803
 https://github.com/git-for-windows/git/issues/2849

Because it is unlikely that the issue is solved in git-for-windows
shortly, this change drops one release note file currently causing
the failure, as a quick workaround. Note that we can't rename existing
release note files because that would make notes appear in a wrong
release, and this is why this change should remove that file.

Change-Id: Ib3615761b366ed849177ae79d7d105ef8b839da4
This commit is contained in:
songwenping 2021-06-15 07:19:46 +00:00 committed by Takashi Kajinami
parent fea3ef551c
commit df3ece5739
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
---
features:
- Email parameter is now optional for roles::admin and
the default value will be admin@localhost.