From 0044e6885451bb36bb9fe2c6d1005f9a48c11ed4 Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Thu, 17 Jan 2019 20:32:12 +0900 Subject: [PATCH] Update release protocol --- Assets/Coffee/UIExtensions/UIParticle/package.json | 8 +++++--- release.sh | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Assets/Coffee/UIExtensions/UIParticle/package.json b/Assets/Coffee/UIExtensions/UIParticle/package.json index 08bd062..5d75ee4 100644 --- a/Assets/Coffee/UIExtensions/UIParticle/package.json +++ b/Assets/Coffee/UIExtensions/UIParticle/package.json @@ -10,8 +10,10 @@ "url": "git+https://github.com/mob-sakai/ParticleEffectForUGUI.git" }, "src": "Assets/Coffee/UIExtensions/UIParticle", - "author": "mob-sakai (https://github.com/mob-sakai)", - "dependencies": { - } + "author": "mob-sakai (https://github.com/mob-sakai)", + "editorOnly": false, + "upmSupport": true, + "dependencies": { + } } diff --git a/release.sh b/release.sh index 8e8bce8..f16270e 100755 --- a/release.sh +++ b/release.sh @@ -2,4 +2,4 @@ # NOTE: Set an environment variable `CHANGELOG_GITHUB_TOKEN` by running the following command at the prompt, or by adding it to your shell profile (e.g., ~/.bash_profile or ~/.zshrc): # export CHANGELOG_GITHUB_TOKEN="«your-40-digit-github-token»" -bash <(curl -sL 'https://gist.github.com/mob-sakai/a883999a32dd8b1927639e46b3cd6801/raw/unity_release.sh') \ No newline at end of file +bash <(curl -sL 'https://gist.github.com/mob-sakai/e281baa04e1a47148b62387f9c7967df/raw/unity_release.sh') \ No newline at end of file