Skip to content

Commit fc530a6

Browse files
committed
ci: add .release-please-config.json
1 parent f1a679d commit fc530a6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
uses: google-github-actions/release-please-action@v3
1919
with:
2020
release-type: node
21-
"bump-minor-pre-major": true
2221
default-branch: main
2322
token: ${{ secrets.GITHUB_TOKEN }}
2423

.release-please-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"release-type": "node",
3+
"bump-minor-pre-major": true
4+
}

0 commit comments

Comments
 (0)