Skip to content

Commit 22de46a

Browse files
authored
Use Github's CLI for creating releases (#514)
Abandon use of `hub` for creating new releases.
1 parent 8e5b90c commit 22de46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ clean:
179179

180180
tag:
181181
$(TAR) -c -f ${ARTIFACTS_OUTPUT} ./artifacts/bin/test-reporter-${VERSION}-* && \
182-
hub release create -a ${ARTIFACTS_OUTPUT} -m "v${VERSION}" ${VERSION}
182+
gh release create "v${VERSION}" ${ARTIFACTS_OUTPUT} -t "v${VERSION}"
183183

184184
# Must be run in a OS X machine. OS X binary is build natively.
185185
manual-release:

0 commit comments

Comments
 (0)