mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
Add script to generate a markdown changelog
This commit is contained in:
@@ -20,3 +20,13 @@ Used to synchronize the achievements info in steamworks to the game's data.json
|
||||
# Get your key here: https://steamcommunity.com/dev/apikey
|
||||
node fetch-steam-achievements-data.js DEVKEYDEVKEYDEVKEYDEVKEY
|
||||
```
|
||||
|
||||
## Changelog script
|
||||
|
||||
Used to generate a basic git commit log (in markdown) between commit A & commit B
|
||||
|
||||
**Usage**
|
||||
```sh
|
||||
# Will default to HEAD if second is not specified.
|
||||
./tools/changelog.sh 9a0062b 05cbc25
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user