Skip to content

Instantly share code, notes, and snippets.

@nocelab
Last active March 1, 2019 22:53
Show Gist options
  • Save nocelab/3162b5963188fee79d62bf12a70be2b0 to your computer and use it in GitHub Desktop.
Save nocelab/3162b5963188fee79d62bf12a70be2b0 to your computer and use it in GitHub Desktop.
Github closed issues flat list (Useful for Github release notes in markdown)
#!/bin/sh
curl -k --user '[USER]:[PWD]' 'https://api.github.com/repos/octocat/Hello-World/issues?state=closed' | jq -r '.[] | "- \(.title) [#\(.number)] \(.milestone.title)"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment