Skip to content

Commit

Permalink
ci: update to release-please-action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan committed Jun 23, 2024
1 parent b15f6a9 commit 00ede10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,11 @@ jobs:
name: release
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3.7.9
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: simple
package-name: gh-fzf
token: ${{ secrets.GITHUB_TOKEN }}
default-branch: main
extra-files: |
gh-fzf
.github/ISSUE_TEMPLATE/bug.yml
plugins: sentence-case
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
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": "simple",
"packages": {
".": {
"extra-files": ["gh-fzf", ".github/ISSUE_TEMPLATE/bug.yml"]
}
}
}

0 comments on commit 00ede10

Please sign in to comment.