Skip to content

Commit d8d76fe

Browse files
ci: init release-please
1 parent ed103cd commit d8d76fe

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/auto-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ jobs:
2929
with:
3030
# Use manifest config for advanced options like v-prefix tags
3131
config-file: release-please-config.json
32+
manifest-file: .release-please-manifest.json
3233
# Use GITHUB_TOKEN for authentication
3334
token: ${{ secrets.GITHUB_TOKEN }}

.release-please-manifest.json

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

0 commit comments

Comments
 (0)