Closed mehdihadeli closed 1 year ago
Just add them as string containing a json dict under the job, like so:
- uses: bcoe/conventional-release-labels@v1
with:
type_labels: '{"feat": "feature", "fix": "fix", "breaking": "breaking"}'
Thanks
Hi @bcoe, How can I define some extra
type_labels
for conventional commits instead of default ones?