Skip to content

Commit ac6ef19

Browse files
committed
chore: preparing for 1.0 RC version
1 parent 87b9fd6 commit ac6ef19

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches:
44
- main
5+
- 1.0-dev
56

67
permissions:
78
contents: write
@@ -16,4 +17,6 @@ jobs:
1617
- uses: googleapis/release-please-action@v4
1718
with:
1819
token: ${{ secrets.A2A_BOT_PAT }}
19-
release-type: python
20+
target-branch: ${{ github.ref_name }}
21+
config-file: release-please-config.json
22+
manifest-file: .release-please-manifest.json

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

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+
"prerelease": true,
4+
"prerelease-type": "alpha",
5+
"changelog-path": "CHANGELOG-1.0.md",
6+
"packages": {
7+
".": {}
8+
}
9+
}

0 commit comments

Comments
 (0)