From b1786245c7bebe4a27ba43c2b4d1313aa1b9d9df Mon Sep 17 00:00:00 2001 From: sct Date: Sun, 20 Dec 2020 01:30:30 +0900 Subject: [PATCH] ci: change semantic-release/github to add releases to bottom [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a17f7b2..cb51076a 100644 --- a/package.json +++ b/package.json @@ -176,7 +176,7 @@ [ "@semantic-release/github", { - "addReleases": "top" + "addReleases": "bottom" } ] ],