Skip to content

Commit

Permalink
Update release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sumit-158 authored and mshudrak committed Mar 29, 2023
1 parent 0a9b133 commit 9d147d7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
package-name: gcp_scanner
changelog-types: |
[
{"type":"feat","section":"Features","hidden":false},
changelog-types: '[{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"docs","section":"Documentation","hidden":false},
{"type":"test","section":"Tests","hidden":false},
{"type":"chore","section":"Miscellaneous","hidden":false},
{"type":"ci","section":"Miscellaneous","hidden":false}
]
{"type":"ci","section":"Miscellaneous","hidden":false}]'

0 comments on commit 9d147d7

Please sign in to comment.