mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
c4ddb5ef64
This includes a tool to update the various files in the repo that need to change when a version increments. It also includes a workflow to trigger the action manually, passing it a version & a changelog url. It'll update the values, build the app, build the doc, make a commit in a branch, and create a pull request to merge this stuff back into dev.
110 lines
3.8 KiB
JSON
110 lines
3.8 KiB
JSON
{
|
|
"name": "update-version",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "update-version",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"command-line-args": "^5.2.0",
|
|
"node-pandoc": "^0.3.0"
|
|
}
|
|
},
|
|
"node_modules/array-back": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz",
|
|
"integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/command-line-args": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.2.0.tgz",
|
|
"integrity": "sha512-4zqtU1hYsSJzcJBOcNZIbW5Fbk9BkjCp1pZVhQKoRaWL5J7N4XphDLwo8aWwdQpTugxwu+jf9u2ZhkXiqp5Z6A==",
|
|
"dependencies": {
|
|
"array-back": "^3.1.0",
|
|
"find-replace": "^3.0.0",
|
|
"lodash.camelcase": "^4.3.0",
|
|
"typical": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/find-replace": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz",
|
|
"integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==",
|
|
"dependencies": {
|
|
"array-back": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/lodash.camelcase": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
|
|
"integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY="
|
|
},
|
|
"node_modules/node-pandoc": {
|
|
"version": "0.3.0",
|
|
"resolved": "https://registry.npmjs.org/node-pandoc/-/node-pandoc-0.3.0.tgz",
|
|
"integrity": "sha1-1GV3zQpyr0FTU/y4oBF622JC+cg="
|
|
},
|
|
"node_modules/typical": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz",
|
|
"integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"array-back": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz",
|
|
"integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q=="
|
|
},
|
|
"command-line-args": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.2.0.tgz",
|
|
"integrity": "sha512-4zqtU1hYsSJzcJBOcNZIbW5Fbk9BkjCp1pZVhQKoRaWL5J7N4XphDLwo8aWwdQpTugxwu+jf9u2ZhkXiqp5Z6A==",
|
|
"requires": {
|
|
"array-back": "^3.1.0",
|
|
"find-replace": "^3.0.0",
|
|
"lodash.camelcase": "^4.3.0",
|
|
"typical": "^4.0.0"
|
|
}
|
|
},
|
|
"find-replace": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz",
|
|
"integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==",
|
|
"requires": {
|
|
"array-back": "^3.0.1"
|
|
}
|
|
},
|
|
"lodash.camelcase": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
|
|
"integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY="
|
|
},
|
|
"node-pandoc": {
|
|
"version": "0.3.0",
|
|
"resolved": "https://registry.npmjs.org/node-pandoc/-/node-pandoc-0.3.0.tgz",
|
|
"integrity": "sha1-1GV3zQpyr0FTU/y4oBF622JC+cg="
|
|
},
|
|
"typical": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz",
|
|
"integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw=="
|
|
}
|
|
}
|
|
}
|