Skip to content

Commit 6b46ee3

Browse files
authored
ci: handle chore commits (#16)
1 parent 1f113b4 commit 6b46ee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
release-type: node
1414
package-name: graphql-codegen-typescript-operation-types
15+
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
1516
# The logic below handles the npm publication:
1617
- uses: actions/checkout@v2
1718
# these if statements ensure that a publication only occurs when

0 commit comments

Comments
 (0)