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 51b9824
Show file tree
Hide file tree
Showing 3 changed files with 14 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"
}
10 changes: 10 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"exclude-paths": ["examples"],
"skip-github-release": true,
"include-component-in-tag": false,
"packages": {
".": {}
}
}

0 comments on commit 51b9824

Please sign in to comment.