diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d5ffcb2..48168763 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,6 +15,9 @@ jobs: GITHUB_REF: ${{ github.ref }} GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_PAT }} DIST_FILE_NAME: butler + permissions: + contents: write + pull-requests: write steps: - name: Show github.ref run: echo "$GITHUB_REF" diff --git a/package.json b/package.json index 510b8faf..2068ac78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "butler", - "version": "10.0.0", + "version": "9.4.0", "description": "Superpowers for Qlik Sense. Task scheduling, key-value store, advanced alerting and more.", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", diff --git a/release-please-config.json b/release-please-config.json index 203a67bf..66a130b8 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,8 +4,8 @@ "release-type": "node", "prerelease": false, "draft": true, - "release-search-depth": 400, - "commit-search-depth": 500, + "release-search-depth": 50, + "commit-search-depth": 300, "changelog-sections": [ { "type": "feat",