Skip to content

Commit

Permalink
fix: remove unsupported changelog-type option (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys authored Mar 16, 2022
1 parent b152c9f commit 38585d1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
id: release
with:
release-type: node
changelog-type: github
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
Expand Down
1 change: 0 additions & 1 deletion lib/content/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
id: release
with:
release-type: node
changelog-type: github
{{#if pkgRelPath}}
monorepo-tags: true
paths: {{pkgRelPath}}
Expand Down
4 changes: 0 additions & 4 deletions tap-snapshots/test/apply/full-content.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ jobs:
id: release
with:
release-type: node
changelog-type: github
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
Expand Down Expand Up @@ -1218,7 +1217,6 @@ jobs:
id: release
with:
release-type: node
changelog-type: github
monorepo-tags: true
paths: workspaces/b
changelog-types: >
Expand Down Expand Up @@ -1252,7 +1250,6 @@ jobs:
id: release
with:
release-type: node
changelog-type: github
monorepo-tags: true
paths: workspaces/a
changelog-types: >
Expand Down Expand Up @@ -1284,7 +1281,6 @@ jobs:
id: release
with:
release-type: node
changelog-type: github
changelog-types: >
[
{"type":"feat","section":"Features","hidden":false},
Expand Down

0 comments on commit 38585d1

Please sign in to comment.