Skip to content

Commit c0c6c08

Browse files
authored
ci(release-please): always-bump-patch (#1029)
Switch to `always-bump-patch` versioning to bump minor explicitly via ```bash git commit --allow-empty -m "chore: release 1.1.0" -m "Release-As: 1.1.0" ``` ([source](https://github.com/googleapis/release-please#how-do-i-change-the-version-number))
1 parent 745d998 commit c0c6c08

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
1717
with:
1818
token: ${{ secrets.A2A_BOT_PAT }}
19-
release-type: python
19+
config-file: release-please-config.json
20+
manifest-file: .release-please-manifest.json

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "1.0.2"
3+
}

release-please-config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"release-type": "python",
3+
"include-component-in-tag": false,
4+
"packages": {
5+
".": {
6+
"versioning": "always-bump-patch"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)