Skip to content

Commit

Permalink
feat(ignore): update CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 22, 2023
1 parent 0d17d26 commit b3de973
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
release-type: node
package-name: release-please-action
default-branch: master
token: ${{secrets.CR_PAT}}
4 changes: 3 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
"include-v-in-tag": false,
"prerelease": false,
"skip-github-release": true
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit b3de973

Please sign in to comment.