bump
bump copied to clipboard
support github releases without using `hub`
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
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: