Skip to content

Commit

Permalink
Use Github's CLI for creating releases (#514)
Browse files Browse the repository at this point in the history
Abandon use of `hub` for creating new releases.
  • Loading branch information
f-moya authored Mar 27, 2023
1 parent 8e5b90c commit 22de46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ clean:

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

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

0 comments on commit 22de46a

Please sign in to comment.