Skip to content

Commit

Permalink
ci: release-please - exclude examples
Browse files Browse the repository at this point in the history
  • Loading branch information
soc221b authored and Ernest committed Jun 30, 2024
1 parent ef07553 commit 1a25278
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
- uses: googleapis/release-please-action@v4.1.3
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 @@
{
"": "2.0.20"
}
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",
"exclude-paths": ["examples"],
"skip-github-release": true,
"packages": {
"": {}
}
}

0 comments on commit 1a25278

Please sign in to comment.