Skip to content

Commit

Permalink
ci: release-please 関連の json ファイルを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Feb 22, 2024
1 parent 7cf7dbe commit eecf15a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "",
"packages": {
".": {}
}
}
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.1.0"
}
3 changes: 2 additions & 1 deletion .github/workflows/wc-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ jobs:
id: release
with:
token: ${{ steps.app-token.outputs.token }}
release-type: ''
config-file: '.github/release-please-config.json'
manifest-file: '.github/release-please-manifest.json'

0 comments on commit eecf15a

Please sign in to comment.