You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update release_prep.sh
Fixes a copy-paste mistake, somehow between testing this and making the PR I used the wrong flag. Was distracted in the Vancouver office!
```
echo -n "e2e export-ignore\nexamples export-ignore" > .git/info/attributes
cat .git/info/attributes
e2e export-ignore\nexamples export-ignore
echo -e "e2e export-ignore\nexamples export-ignore" > .git/info/attributes
cat .git/info/attributes
e2e export-ignore
examples export-ignore
```
* Update release_prep.sh
Don't use a \n character, it's just confusing. Readability is more important here.
0 commit comments