From 5784a514f1ca89b2dd48cf1fa5bcabb569488995 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Fri, 15 Sep 2023 07:14:54 +0300 Subject: [PATCH] add experimental release posting --- .github/workflows/publish.yml | 2 ++ .gitpod | 2 -- package.json | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 .gitpod diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e316c331..42da8520 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,6 +22,8 @@ jobs: # with: # name: cypress-images # path: cypress/integration/__image_snapshots__/ + # todo link vercel deployment + - run: pnpx zardoy-release node - uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitpod b/.gitpod deleted file mode 100644 index 38fc373b..00000000 --- a/.gitpod +++ /dev/null @@ -1,2 +0,0 @@ -tasks: -- command: npm install diff --git a/package.json b/package.json index 95bde096..b4fdc8e3 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,13 @@ ], "author": "PrismarineJS", "license": "MIT", + "release": { + "initialVersion": { + "version": "0.1.0", + "releaseNotes": "First GH release", + "releaseNotesWithExisting": "The start of something new..." + } + }, "dependencies": { "@dimaka/interface": "0.0.1", "@emotion/css": "^11.11.2",