Skip to content

Commit d566a4a

Browse files
author
Mattia Roccoberton
committed
ci: update release-please workflow (2)
1 parent 799cc3f commit d566a4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
on:
3+
pull_request:
4+
types: [labeled]
5+
36
push:
47
branches:
58
- main
@@ -18,3 +21,4 @@ jobs:
1821
with:
1922
token: ${{ secrets.GITHUB_TOKEN }}
2023
release-type: ruby
24+
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"refactor","section":"Refactorings","hidden":false},{"type":"build","section":"Miscellaneous","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"test","section":"Test","hidden":false}]'

0 commit comments

Comments
 (0)