Skip to content

Commit

Permalink
ci: fix release-please by using manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan committed Jun 23, 2024
1 parent 00ede10 commit 02642a6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.12.0"
}
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


Resolve #
Resolves #
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"packages": {
".": {
"release-type": "simple",
"package-name": "gh-fzf",
"extra-files": ["gh-fzf", ".github/ISSUE_TEMPLATE/bug.yml"]
}
}
},
"plugins": [
{
"type": "sentence-case"
}
]
}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: simple
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/release-please-config.json
manifest-file: .github/.release-please-manifest.json
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 02642a6

Please sign in to comment.