mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
Add some notes on using GitHub API to get changelogs
This commit is contained in:
parent
9d9c688c4b
commit
8435f61128
21
scripts/get-github-releases
Normal file
21
scripts/get-github-releases
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
GitHub API
|
||||||
|
===
|
||||||
|
|
||||||
|
<https://developer.github.com/v3/repos/releases/>
|
||||||
|
|
||||||
|
Using 'GitHub CLI'
|
||||||
|
===
|
||||||
|
|
||||||
|
<https://github.com/cli/cli>
|
||||||
|
|
||||||
|
/c/Program\ Files\ \(x86\)/GitHub\ CLI/gh.exe api repos/:owner/:repo/releases
|
||||||
|
|
||||||
|
This is paged somehow....
|
||||||
|
|
||||||
|
OR
|
||||||
|
|
||||||
|
/GitHub\ CLI/gh.exe api repos/:owner/:repo/releases/tags/rel-100
|
||||||
|
|
||||||
|
And increment up ?
|
||||||
|
|
||||||
|
The 'notes' are from the "body" key
|
Loading…
x
Reference in New Issue
Block a user