Skip to content

Commit

Permalink
ci: updating release please process
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Sep 10, 2024
1 parent 953f36c commit 660c795
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ jobs:
- uses: googleapis/release-please-action@v4
with:
token: '${{ secrets.RELEASE_PLEASE }}'
release-type: node
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.2.0"
}
9 changes: 9 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"include-component-in-tag": false,
"include-v-in-tag": false,
"packages": {
".": {}
}
}

0 comments on commit 660c795

Please sign in to comment.