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
build/release-nightly.yaml: delete invalid format comment
And fix all.bash prepare_nightly. It needs to access files in
build/nightly.
Change-Id: I9fab26159ebccc106b6be510088415aaa803ea19
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/555617
TryBot-Result: kokoro <noreply+kokoro@google.com>
Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
# Replace the heading of README.md with the heading for Go Nightly.
103
-
sed '/^# Go for Visual Studio Code$/d' README.md | cat build/nightly/README.md - > /tmp/README.md.new && mv /tmp/README.md.new README.md
101
+
sed '/^# Go for Visual Studio Code$/d'extension/README.md | cat build/nightly/README.md - > /tmp/README.md.new && mv /tmp/README.md.new extension/README.md
104
102
# Replace src/const.ts with build/nightly/const.ts.
0 commit comments