Skip to content

Commit c8b7f7c

Browse files
authored
chore: add release-please configuration (#112)
Add release-please config with pre-1.0.0 versioning settings: - `bump-minor-pre-major`: true - BREAKING CHANGE only bumps minor - `bump-patch-for-minor-pre-major`: true - feat commits bump patch instead of minor
1 parent 6403bd4 commit c8b7f7c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
steps:
1616
- uses: googleapis/release-please-action@v4
1717
with:
18-
release-type: node
18+
config-file: release-please-config.json
19+
manifest-file: .release-please-manifest.json

release-please-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"release-type": "node",
4+
"bump-minor-pre-major": true,
5+
"bump-patch-for-minor-pre-major": true,
46
"packages": {
57
".": {
68
"changelog-path": "CHANGELOG.md",

0 commit comments

Comments
 (0)