We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f113b4 commit 6b46ee3Copy full SHA for 6b46ee3
.github/workflows/release.yaml
@@ -12,6 +12,7 @@ jobs:
12
with:
13
release-type: node
14
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}]'
16
# The logic below handles the npm publication:
17
- uses: actions/checkout@v2
18
# these if statements ensure that a publication only occurs when
0 commit comments