Skip to content

Commit

Permalink
fix(ci): release-type need to set for release-please to resolve manif…
Browse files Browse the repository at this point in the history
…est from config
  • Loading branch information
kamontat committed Dec 6, 2023
1 parent 323eb6f commit a253b94
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/release-please/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://github.com/googleapis/release-please/raw/main/schemas/config.json",
"release-type": "simple",
"changelog-type": "github",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
Expand Down
1 change: 0 additions & 1 deletion .github/release-please/manifest.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: simple
config-file: .github/release-please/config.json
manifest-file: .github/release-please/manifest.json
1 change: 0 additions & 1 deletion templates/.github/release-please/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://github.com/googleapis/release-please/raw/main/schemas/config.json",
"release-type": "simple",
"changelog-type": "github",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
Expand Down
1 change: 0 additions & 1 deletion templates/.github/release-please/manifest.json

This file was deleted.

2 changes: 1 addition & 1 deletion templates/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: simple
config-file: .github/release-please/config.json
manifest-file: .github/release-please/manifest.json

0 comments on commit a253b94

Please sign in to comment.