Skip to content

Commit 58e707c

Browse files
authored
ci: Always bump patch on release branch (#886)
And ensure that release-please triggers on pushes to release branch.
1 parent d01aa10 commit 58e707c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
- release/v*
1011

1112
permissions:
1213
contents: write

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"path": "docs/hugo.toml",
1111
"jsonpath": "$.params.version"
1212
}
13-
]
13+
],
14+
"versioning": "always-bump-patch"
1415
}
1516
}
1617
}

0 commit comments

Comments
 (0)