bump icon indicating copy to clipboard operation
bump copied to clipboard

support github releases without using `hub`

Open disruptek opened this issue 6 years ago • 2 comments

disruptek avatar Oct 30 '19 23:10 disruptek

I use GitHub's API to do this in fugitive:

CLI command implementation:

https://github.com/citycide/fugitive/blob/master/src/fugitivepkg/commands/release.nim

API requests the command uses:

https://github.com/citycide/fugitive/blob/5e59a0b35ab457aa6fc19f79f88a1365d44acb12/src/fugitivepkg/github.nim#L93

haltcase avatar Jan 27 '20 23:01 haltcase

I appreciate that, but it's kinda moot now. I have an open issue to move bump functionality into nimph, where we have complete git and GitHub APIs for exploitation.

On the other hand, PRs are welcome! :wink:

disruptek avatar Jan 28 '20 00:01 disruptek