Skip to content

Commit 9d147d7

Browse files
sumit-158mshudrak
authored andcommitted
Update release-please.yml
1 parent 0a9b133 commit 9d147d7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ jobs:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
release-type: simple
2020
package-name: gcp_scanner
21-
changelog-types: |
22-
[
23-
{"type":"feat","section":"Features","hidden":false},
21+
changelog-types: '[{"type":"feat","section":"Features","hidden":false},
2422
{"type":"fix","section":"Bug Fixes","hidden":false},
2523
{"type":"docs","section":"Documentation","hidden":false},
2624
{"type":"test","section":"Tests","hidden":false},
2725
{"type":"chore","section":"Miscellaneous","hidden":false},
28-
{"type":"ci","section":"Miscellaneous","hidden":false}
29-
]
26+
{"type":"ci","section":"Miscellaneous","hidden":false}]'

0 commit comments

Comments
 (0)