Skip to content

Commit 9e96f8f

Browse files
authored
fix: add semantic release github step (#33)
closes #32
1 parent 1065284 commit 9e96f8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.releaserc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
{
2424
"publishCmd": "./scripts/release_publish.sh \"${nextRelease.notes}\""
2525
}
26+
],
27+
[
28+
"@semantic-release/github"
2629
]
2730
]
2831
}

0 commit comments

Comments
 (0)