From 86a931c560a92e5f804b9070f0b9032590ff893c Mon Sep 17 00:00:00 2001 From: Bret Comnes <166301+bcomnes@users.noreply.github.com> Date: Fri, 11 Sep 2020 11:10:13 -0600 Subject: [PATCH] Update release script to be automatic --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00af42d..6d9af36 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "build:md": "sitedown . -b public -l layout.html", "build:static": "cpx './**/*.{png,ico}' public", "clean": "rimraf public && mkdirp public", - "release": "git push --follow-tags && gh-release", + "release": "git push --follow-tags && gh-release -y", "start": "npm run watch", "test": "run-s test:*", "test:deps": "dependency-check . --no-dev --no-peer",