From: xangelo Date: Thu, 10 Aug 2023 15:21:20 +0000 (-0400) Subject: chore: copy changelog to website X-Git-Tag: v0.2.8~2 X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=2a9e076f243b71ea61e7fdd9e9d2caaed3664688;p=risinglegends.git chore: copy changelog to website --- diff --git a/package.json b/package.json index 305582b..867ee47 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "dev:client": "npx webpack -w", "dev:server": "npx nodemon src/server/api.ts", "prepare": "husky install", - "release": "npx standard-version", + "release": "npx standard-version && npm run copy-changelog", + "copy-changelog": "cp ./CHANGELOG.md ~/repos/xangelo.ca/static/", "release:minor": "npx standard-version --release-as minor", "release:patch": "npx standard-version --release-as patch", "release:major": "npx standard-version --release-as major"