Skip to content

Commit dab4687

Browse files
committed
fix: release please config
1 parent 355c2e2 commit dab4687

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ jobs:
1616
- uses: googleapis/release-please-action@v4
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
19-
release-type: rust

.release-please-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"packages": {
3+
".": {
4+
"manifest": true,
5+
"include-component-in-tag": false
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)