Skip to content

Commit

Permalink
refactor: Add changelog types and package name
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 8a7ae7e commit 0a9b133
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,14 @@ jobs:
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
release-type: simple
package-name: gcp_scanner
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}
]

0 comments on commit 0a9b133

Please sign in to comment.