From 75ceb4333d9efaf4153c21c9e2aeec261cb7c248 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 19 Dec 2022 14:32:18 +0900 Subject: [PATCH] Fix brace escape in release_template.md --- docs/release_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/release_template.md b/docs/release_template.md index 8325fcf92..ce70c19ef 100644 --- a/docs/release_template.md +++ b/docs/release_template.md @@ -45,16 +45,16 @@ You can also install via editing `Packages/manifest.json` directly. ```json5 // Packages/manifest.json -{ - "dependencies": { +{{ + "dependencies": {{ // ... "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v{version}", "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v{version}", "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v{version}", "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v{version}", // ... - } -} + }} +}} ``` ## Development