scikit-build / github-release

Manage github releases from the command line
Apache License 2.0
56 stars 22 forks source link

add --body option to "release create" #45

Closed bstansell closed 6 years ago

jcfr commented 6 years ago

Thanks for the patch.

Since GITHUB_TOKEN needed for the test is not available when PR are pushed from fork, this explain the failure.

I will review asap and get this integrated.

jcfr commented 6 years ago

Could you consider updating this test: https://github.com/j0057/github-release/blob/master/tests/test_integration_release_create.py ?

To run test on your side, see https://github.com/j0057/github-release#testing

jcfr commented 6 years ago

Closing. Superseded by https://github.com/j0057/github-release/pull/47

jcfr commented 6 years ago

And thanks for adding the test :+1: