mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
c367de24a8
Rewrote the changelog script to use primarily merged pull requests between "commit A" and "commit B". It uses the GitHub rest api. The resulting data is pushed to a draft gist. Manual usage is in the README. Also adds a GitHub workflow action to run the tool on demand, through the GitHub action's interface.
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"name": "fetch-changelog",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@octokit/rest": "^18.12.0",
|
|
"command-line-args": "^5.2.0"
|
|
}
|
|
}
|