Skip to content

Commit

Permalink
chore: setup release-please (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Sep 2, 2024
1 parent e9c96e4 commit ea078f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: node
target-branch: ${{ github.ref_name }}

orchestrator:
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "5.7.0"
}
8 changes: 8 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"bootstrap-sha": "80555816d300ef64c15c0f40d89d10b7f8795c99",
"packages": {
".": {}
}
}

0 comments on commit ea078f0

Please sign in to comment.