diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index c16f561f..b2f18eff 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -73,6 +73,7 @@ jobs: with: artifacts: "./artifacts/*" name: ${{ env.VERSION_NUMBER }} + generateReleaseNotes: true prerelease: true tag: ${{ env.VERSION_NUMBER }} token: ${{ secrets.SIGNING_REPO_PAT }} diff --git a/package.json b/package.json index d9d50d16..148c47c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jellify", - "version": "0.10.88", + "version": "0.10.89", "private": true, "scripts": { "init": "npm i && npm run pod:install",