Skip to content

Commit

Permalink
Merge pull request #978 from mountaindude/942
Browse files Browse the repository at this point in the history
Debug build
  • Loading branch information
mountaindude authored Feb 1, 2024
2 parents da09751 + be87b25 commit 7ab9a14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7ab9a14

Please sign in to comment.