Skip to content

Commit 93eacc0

Browse files
committed
chore: manually trigger v0.6.0 release
1 parent c908326 commit 93eacc0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/release_please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
2323
release-type: python
24+
manifest-file: .release-please-manifest.json
2425
- uses: actions/checkout@v4
2526
if: ${{ steps.release.outputs.release_created }}
2627
with:

.release-please-manifest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
".": {
3+
"release-type": "python",
4+
"include-v-in-tag": true,
5+
"version": "0.6.0"
6+
}
7+
}

0 commit comments

Comments
 (0)