diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000..14efdae --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,10 @@ +template: | + # Release Highlights + + ### First major change + + ### Second major change + + ## All changes + + $CHANGES diff --git a/README.md b/README.md index 26cc4dd..92c7813 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ | [macOS](./bin/darwin) | • arm64 (Apple Silicon)
• x64 (Intel) | [SDL2](https://www.libsdl.org/) is required to be installed separately:
brew install sdl2
| | [Linux](./bin/linux) | • x64
• x86
• arm (armhf)
• arm64 (aarch64) | | -And `chdman` that exists on your `$PATH` will be preferred over the bundled binaries. This lets you control the build that is right for your machine. +Any `chdman` that exists on your `$PATH` will be preferred over the bundled binaries. This lets you control the build that is right for your machine. ## Installation diff --git a/package.json b/package.json index 25f6345..e863315 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,9 @@ "version": "0.262.0", "description": "💿 chdman binaries and wrapper for Node.js.", "keywords": [ - "chdman" + "chdman", + "mame", + "roms" ], "homepage": "https://github.com/emmercm/chdman-js#readme", "bugs": {