Skip to content

Commit 2368f47

Browse files
committed
chore: next attempt for config file
1 parent c04e978 commit 2368f47

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/release-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
with:
1818
release-type: node
1919
manifest-file: .release-please-manifest.json
20+
config-file: release-please-config.json

release-please-config.json

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

0 commit comments

Comments
 (0)